Information about plays

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

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

{
    "id": 3649364,
    "uri": "https://api.kexp.org/v2/plays/3649364/?format=api",
    "airdate": "2026-05-02T03:46:28-07:00",
    "show": 66605,
    "show_uri": "https://api.kexp.org/v2/shows/66605/?format=api",
    "image_uri": "https://dn710606.ca.archive.org/0/items/mbid-6f43b1e7-f97a-45c7-921f-382c34e83515/mbid-6f43b1e7-f97a-45c7-921f-382c34e83515-16311539688_thumb500.jpg",
    "thumbnail_uri": "https://dn710606.ca.archive.org/0/items/mbid-6f43b1e7-f97a-45c7-921f-382c34e83515/mbid-6f43b1e7-f97a-45c7-921f-382c34e83515-16311539688_thumb250.jpg",
    "song": "The Killing Moon",
    "track_id": "9bfa25e1-9b1c-4026-97e6-9b131c7b5729",
    "recording_id": "8669ead6-1c66-45af-93b5-04ad1a2c99b0",
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "The Very Best Of: More Songs to Learn and Sing",
    "release_id": "a6461e4e-a2c6-4736-98a3-14f44761391f",
    "release_group_id": "823074b3-1a16-488a-afc4-c9b3cbc756fc",
    "labels": [
        "Warner Music UK"
    ],
    "label_ids": [
        "9c5cba05-bcad-4daa-b58f-fad3197a2148"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}