Information about plays

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

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

{
    "id": 3560716,
    "uri": "https://api.kexp.org/v2/plays/3560716/?format=api",
    "airdate": "2025-10-03T04:30:00-07:00",
    "show": 64730,
    "show_uri": "https://api.kexp.org/v2/shows/64730/?format=api",
    "image_uri": "https://coverartarchive.org/release/496c86b7-566f-4b45-8061-572a58d3fdd6/4500831628-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/496c86b7-566f-4b45-8061-572a58d3fdd6/4500831628-250.jpg",
    "song": "The Widow",
    "track_id": null,
    "recording_id": "add7747b-5a44-4c36-b4ad-6f56de1b744c",
    "artist": "The Mars Volta",
    "artist_ids": [
        "20883363-1ea4-4d72-ad72-c0e767038f3e"
    ],
    "album": "Frances the Mute",
    "release_id": null,
    "release_group_id": "ccca11eb-25ec-3063-9e26-1fcfbb5c4a0c",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2005-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Mars Volta is on tour!\n\nNovember 21 - Portland - Revolution Hall\nNovember 22 - Tacoma - Temple Theatre\nNovember 24 - Sacramento - Channel 24\nNovember 25 - Oakland - Fox Theater\n\nhttps://www.themarsvoltaofficial.com/live",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}