Information about plays

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

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

{
    "id": 3561454,
    "uri": "https://api.kexp.org/v2/plays/3561454/?format=api",
    "airdate": "2025-10-05T00:34:31-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Motherly Love",
    "track_id": null,
    "recording_id": "37363589-9878-480c-aca4-d1fd4c455384",
    "artist": "Acid Reign",
    "artist_ids": [
        "6ebf2ab8-c317-4a2a-9b3f-46c1fa72020c"
    ],
    "album": "Moshkinstein",
    "release_id": null,
    "release_group_id": "4d5a4b3e-6ac4-3c8d-bab7-bd319b65734e",
    "labels": [
        "Under One Flag"
    ],
    "label_ids": [
        "a74073f6-6387-4129-8f17-25129d5a0b5f"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "About the movie Psycho\n\nEngland's Acid Reign are somewhat notable for their members contributing to other well-known bands; guitarist Gaz Jennings went on to form Cathedral with Napalm Death vocalist Lee Dorrian and Carcass roadie Griff.\n\nhttps://acidreign1.bandcamp.com/album/the-age-of-entitlement",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}