Information about plays

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

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

{
    "id": 3608206,
    "uri": "https://api.kexp.org/v2/plays/3608206/?format=api",
    "airdate": "2026-01-23T21:55:24-08:00",
    "show": 65734,
    "show_uri": "https://api.kexp.org/v2/shows/65734/?format=api",
    "image_uri": "https://coverartarchive.org/release/08d477e6-d9a8-4b2f-9a33-39987f3b024a/30004602250-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/08d477e6-d9a8-4b2f-9a33-39987f3b024a/30004602250-250.jpg",
    "song": "Africa Africa (Faze Action edit)",
    "track_id": null,
    "recording_id": "ab2ef3cc-29cb-4705-a827-e54e605be31d",
    "artist": "Songhoï Band",
    "artist_ids": [
        "a68be0d0-207d-4f0e-a604-c9d329db0fa0"
    ],
    "album": "Under the Influence, Volume Six: A Collection of Rare Soul & Disco",
    "release_id": null,
    "release_group_id": "005f70f9-9794-4812-876e-53fcf1ef9825",
    "labels": [
        "Z Records"
    ],
    "label_ids": [
        "c250bdb3-2215-48d6-a24d-b12fe7dd7897"
    ],
    "release_date": "2018-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Songhoï Band released \"Africa, Africa\" and its b-side \"Congo Kinshasa\" in 1977.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}