Information about plays

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

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

{
    "id": 3611212,
    "uri": "https://api.kexp.org/v2/plays/3611212/?format=api",
    "airdate": "2026-01-31T00:02:08-08:00",
    "show": 65797,
    "show_uri": "https://api.kexp.org/v2/shows/65797/?format=api",
    "image_uri": "https://coverartarchive.org/release/db1b8446-9c30-4fcb-898a-91fece7b4950/38637142480-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db1b8446-9c30-4fcb-898a-91fece7b4950/38637142480-250.jpg",
    "song": "Walk Like a Warrior",
    "track_id": null,
    "recording_id": "cd00cec0-d04e-4c74-b67a-852397776f44",
    "artist": "dead prez feat. Krayzie Bone",
    "artist_ids": [
        "3b02795b-bd2c-4aac-8f6c-e581514cc2d8",
        "74425677-ddef-4e74-a201-7602316a718e"
    ],
    "album": "RBG: Revolutionary but Gangsta",
    "release_id": null,
    "release_group_id": "4f3d8a77-ee61-3b4b-9246-8b26b0d0ac4d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2004-01-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2004 release from NYC hip hop duo stic.man and M-1, known for their confrontational style, combined with lyrics focused on both militant social justice, self-determination, and Pan-Africanism.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}