Information about plays

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

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

{
    "id": 3570012,
    "uri": "https://api.kexp.org/v2/plays/3570012/?format=api",
    "airdate": "2025-10-25T23:29:43-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Graveyard Groove",
    "track_id": null,
    "recording_id": "520a3d62-5f5b-4e3e-8a69-b748747ce377",
    "artist": "The Revillos",
    "artist_ids": [
        "38461f4f-b9dc-4dc7-b1b5-d9984e5886ba"
    ],
    "album": "Attack!",
    "release_id": null,
    "release_group_id": "aae5d1d7-cf1c-4da6-b2a5-06de2dbcdc3f",
    "labels": [
        "Superville Records"
    ],
    "label_ids": [
        "cdb3e546-d72b-44ee-a75f-b22380d45e4c"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Edinburgh, Scotland in 1976.\n\nhttps://damagedgoods.co.uk/bands/the-revillos/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}