Information about plays

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

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

{
    "id": 3641178,
    "uri": "https://api.kexp.org/v2/plays/3641178/?format=api",
    "airdate": "2026-04-12T12:09:33-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/4cb63370-094e-4b32-9bf6-c06a181e9d7e/41520845279-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4cb63370-094e-4b32-9bf6-c06a181e9d7e/41520845279-250.jpg",
    "song": "Beat Down Babylon",
    "track_id": null,
    "recording_id": null,
    "artist": "Lee “Scratch” Perry",
    "artist_ids": [
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2"
    ],
    "album": "A Live Injection: Anthology 1968 to 1979",
    "release_id": null,
    "release_group_id": "5f5e26ae-3034-35a1-a317-8ac8f3392f69",
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2000-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}