Information about plays

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

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

{
    "id": 3549845,
    "uri": "https://api.kexp.org/v2/plays/3549845/?format=api",
    "airdate": "2025-09-07T01:07:37-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/8bfa4f09-0c36-4087-a76d-2dc120174308/19391829879-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8bfa4f09-0c36-4087-a76d-2dc120174308/19391829879-250.jpg",
    "song": "When Satan Rules His World",
    "track_id": null,
    "recording_id": "43b5fe02-58a7-4f4f-bae9-b445c9becd8e",
    "artist": "Deicide",
    "artist_ids": [
        "0bd96fa4-9835-49b0-a1f2-7421e6a79dfa"
    ],
    "album": "Once Upon the Cross",
    "release_id": null,
    "release_group_id": "62123614-f937-3044-b565-e67593a11330",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1995-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Tree\n\nOnce Upon the Cross is Decide's debut album\n\nhttps://deicideofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}