Information about plays

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

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

{
    "id": 3551444,
    "uri": "https://api.kexp.org/v2/plays/3551444/?format=api",
    "airdate": "2025-09-10T22:21:14-07:00",
    "show": 64529,
    "show_uri": "https://api.kexp.org/v2/shows/64529/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1533e00-3b7f-47ef-ba36-85c710f8c80f/24435403618-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1533e00-3b7f-47ef-ba36-85c710f8c80f/24435403618-250.jpg",
    "song": "Coffee",
    "track_id": null,
    "recording_id": "f4f0adcd-ab7d-4b69-a95f-79c0d7b100aa",
    "artist": "Sylvan Esso",
    "artist_ids": [
        "c4593b34-2a94-4e44-ae10-4a0f4c0b4da8"
    ],
    "album": "Sylvan Esso",
    "release_id": null,
    "release_group_id": "3e5de694-4b69-4ad8-ad2d-81da48e0e812",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2014-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sylvan Esso performed Live on KEXP in 2022!\n\nhttps://www.youtube.com/watch?v=eE_JH7-91nE&t=21s\n\nhttps://sylvanesso.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}