Information about plays

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

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

{
    "id": 3636236,
    "uri": "https://api.kexp.org/v2/plays/3636236/?format=api",
    "airdate": "2026-04-01T01:30:00-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://ia801801.us.archive.org/12/items/mbid-242267f3-3670-41d6-91db-bbd64b446814/mbid-242267f3-3670-41d6-91db-bbd64b446814-13544388105_thumb500.jpg",
    "thumbnail_uri": "https://ia801801.us.archive.org/12/items/mbid-242267f3-3670-41d6-91db-bbd64b446814/mbid-242267f3-3670-41d6-91db-bbd64b446814-13544388105_thumb250.jpg",
    "song": "Everyone Nose (All the Girls Standing in the Line for the Bathroom)",
    "track_id": "da36cfb2-f4c3-49d0-a3c3-6fc9f3b7a964",
    "recording_id": "8d793f52-9c8d-4729-9c75-1a3ca9c4c9bb",
    "artist": "N*E*R*D",
    "artist_ids": [
        "3fb49f5a-fdc0-4789-9c84-22b38b3f3cb5"
    ],
    "album": "Seeing Sounds",
    "release_id": "79b217d1-2832-42db-9a83-b61687e5cdc0",
    "release_group_id": "52067703-ba23-36de-be50-e7cd29a2104f",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2008-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}