Information about plays

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

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

{
    "id": 3520168,
    "uri": "https://api.kexp.org/v2/plays/3520168/?format=api",
    "airdate": "2025-06-28T23:06:59-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deathbrains",
    "track_id": null,
    "recording_id": "8cb31284-405b-4220-9284-95e03da02bc7",
    "artist": "The Idiots",
    "artist_ids": [
        "f3c71500-31a1-4aaf-a465-8788636fb00c"
    ],
    "album": "Cries of the Insane",
    "release_id": null,
    "release_group_id": "d418d3ea-5d92-425f-a414-e408445e1adb",
    "labels": [
        "We Bite Records"
    ],
    "label_ids": [
        "ce10ae38-bc74-4b00-b19a-e2ff71a54ac4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "German band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}