Information about plays

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

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

{
    "id": 3572220,
    "uri": "https://api.kexp.org/v2/plays/3572220/?format=api",
    "airdate": "2025-10-31T13:05:00-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://ia800307.us.archive.org/1/items/mbid-8b3d6da6-e8eb-4727-8a52-9a65b6fe8f5a/mbid-8b3d6da6-e8eb-4727-8a52-9a65b6fe8f5a-8993322693_thumb500.jpg",
    "thumbnail_uri": "https://ia800307.us.archive.org/1/items/mbid-8b3d6da6-e8eb-4727-8a52-9a65b6fe8f5a/mbid-8b3d6da6-e8eb-4727-8a52-9a65b6fe8f5a-8993322693_thumb250.jpg",
    "song": "I Walked With a Zombie",
    "track_id": "9fa23dfa-f417-4bb8-b4a8-13ad6b2d598f",
    "recording_id": "d2310894-8a96-4d54-9a1c-819872be030f",
    "artist": "Roky Erickson and The Aliens",
    "artist_ids": [
        "c52efcf0-1867-4b18-ad21-b37a373c14c0"
    ],
    "album": "I Think of Demons",
    "release_id": "8b3d6da6-e8eb-4727-8a52-9a65b6fe8f5a",
    "release_group_id": "2037ab5b-1baa-35b7-b10e-e3bbbb8a0ce7",
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on the 1987 reissue of his 1981 debut album \"The Evil One\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}