Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3590417/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3590417,
    "uri": "https://api.kexp.org/v2/plays/3590417/?format=api",
    "airdate": "2025-12-13T03:15:50-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "https://ia801308.us.archive.org/33/items/mbid-18885734-2e3c-4b5b-aa54-a34ec8bd5f81/mbid-18885734-2e3c-4b5b-aa54-a34ec8bd5f81-1183713511_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/33/items/mbid-18885734-2e3c-4b5b-aa54-a34ec8bd5f81/mbid-18885734-2e3c-4b5b-aa54-a34ec8bd5f81-1183713511_thumb250.jpg",
    "song": "Time Out for Fun",
    "track_id": "159abde6-aac3-3b84-a2f9-2038b76e65e6",
    "recording_id": "92627143-e8c0-4ef1-a237-1c40129b9eac",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Oh, No! It's DEVO",
    "release_id": "18885734-2e3c-4b5b-aa54-a34ec8bd5f81",
    "release_group_id": "d81cf3ca-b402-32c1-9add-134a6f5a5e94",
    "labels": [
        "Infinite Zero"
    ],
    "label_ids": [
        "4a64815e-cd98-4ffa-9858-508899c15b7f"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}