Information about plays

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

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

{
    "id": 3611375,
    "uri": "https://api.kexp.org/v2/plays/3611375/?format=api",
    "airdate": "2026-01-31T10:09:12-08:00",
    "show": 65803,
    "show_uri": "https://api.kexp.org/v2/shows/65803/?format=api",
    "image_uri": "https://coverartarchive.org/release/572a8942-c468-46c2-a6b5-156875b4cde7/36330326569-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/572a8942-c468-46c2-a6b5-156875b4cde7/36330326569-250.jpg",
    "song": "Many Rivers to Cross",
    "track_id": null,
    "recording_id": "43ead094-b6d4-43ee-a376-2f67fccd9f48",
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "The Harder They Come: The Definitive Collection",
    "release_id": null,
    "release_group_id": "adb7b973-ccc7-3fa0-b038-09e19b05d4fe",
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2005-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}