Information about plays

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

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

{
    "id": 3607041,
    "uri": "https://api.kexp.org/v2/plays/3607041/?format=api",
    "airdate": "2026-01-21T02:56:30-08:00",
    "show": 65712,
    "show_uri": "https://api.kexp.org/v2/shows/65712/?format=api",
    "image_uri": "https://ia600208.us.archive.org/12/items/mbid-e429b392-78f3-428c-80a4-25a278dfb21f/mbid-e429b392-78f3-428c-80a4-25a278dfb21f-8200783424_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/12/items/mbid-e429b392-78f3-428c-80a4-25a278dfb21f/mbid-e429b392-78f3-428c-80a4-25a278dfb21f-8200783424_thumb250.jpg",
    "song": "Are We Here? (The Edit)",
    "track_id": "54e92dd2-a42f-3b9e-a3f5-e9dce5fffbe1",
    "recording_id": "ba5ab08e-0c8a-4800-88f3-540dff83f9fa",
    "artist": "Orbital",
    "artist_ids": [
        "f3e2a7d9-c6bb-4848-95e5-04c0a1e2f511"
    ],
    "album": "Are We Here?",
    "release_id": "e429b392-78f3-428c-80a4-25a278dfb21f",
    "release_group_id": "6e292c7b-b029-349f-b2c4-1db90af5cb29",
    "labels": [
        "FFRR"
    ],
    "label_ids": [
        "d51690ee-c132-41e3-bbde-bb3a4afd835a"
    ],
    "release_date": "1994-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Are we though?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}