Information about plays

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

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

{
    "id": 3574358,
    "uri": "https://api.kexp.org/v2/plays/3574358/?format=api",
    "airdate": "2025-11-05T15:33:22-08:00",
    "show": 65030,
    "show_uri": "https://api.kexp.org/v2/shows/65030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wake the Town",
    "track_id": "a8cb6af2-800a-3bf5-8f4d-ad3343536c88",
    "recording_id": "bdc79bec-ea4b-4483-abfa-0a29f43fbf59",
    "artist": "Little Axe",
    "artist_ids": [
        "bef97ee3-daab-4a0f-9d0d-9dbf9fdd5b15"
    ],
    "album": "The Wolf That House Built",
    "release_id": "64d484c6-2860-421e-ae46-0dc506c15cba",
    "release_group_id": "255fa212-41f5-30d2-b98c-9a7e772ce4c1",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Little Axe is the project Skip Mcdonald (born Bernard Alexander in 1949) started in the early 1990s to reconnect himself with the blues of his childhood. His dad, a bluesman and steel mill worker, taught him blues guitar before he was ten years old. The name Little Axe is both a tribute to the Bob Marley/ Wailers’ song ‘Small Axe’ and also to Wilbur ‘Little Ax’ Broadnax of the Spirit of Memphis gospel quartet.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}