Information about plays

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

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

{
    "id": 3543853,
    "uri": "https://api.kexp.org/v2/plays/3543853/?format=api",
    "airdate": "2025-08-23T18:38:57-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "https://ia800806.us.archive.org/13/items/mbid-e5649211-2ae2-3711-baed-ee7d3369f001/mbid-e5649211-2ae2-3711-baed-ee7d3369f001-5552900120_thumb500.jpg",
    "thumbnail_uri": "https://ia600806.us.archive.org/13/items/mbid-e5649211-2ae2-3711-baed-ee7d3369f001/mbid-e5649211-2ae2-3711-baed-ee7d3369f001-5552900120_thumb250.jpg",
    "song": "It Ain’t Like That",
    "track_id": "6b70407f-4fcd-3cb7-9bcd-c78c9a28b1b5",
    "recording_id": "9b371d46-c4ed-4e70-ae54-c6230c6c05b0",
    "artist": "Alice in Chains",
    "artist_ids": [
        "4bd95eea-b9f6-4d70-a36c-cfea77431553"
    ],
    "album": "Facelift",
    "release_id": "e5649211-2ae2-3711-baed-ee7d3369f001",
    "release_group_id": "7d026b9c-9159-34b5-a40d-14f134718394",
    "labels": [
        "CBS",
        "Columbia"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request for Matt in San Diego! And a happy belated birthday to Alice in Chains frontman Layne Staley, who would have been 58 today.\n\nhttps://www.youtube.com/watch?v=x3wF0mZEuBY",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}