Information about plays

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

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

{
    "id": 3500259,
    "uri": "https://api.kexp.org/v2/plays/3500259/?format=api",
    "airdate": "2025-05-12T03:24:23-07:00",
    "show": 63439,
    "show_uri": "https://api.kexp.org/v2/shows/63439/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef18bd28-bc0b-489d-b6b0-2c35c9c2d291/40942056705-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ef18bd28-bc0b-489d-b6b0-2c35c9c2d291/40942056705-250.jpg",
    "song": "Te Riri o Tāwhirimātea",
    "track_id": null,
    "recording_id": "249c4651-073e-4683-a090-e929661ed6d8",
    "artist": "Alien Weaponry",
    "artist_ids": [
        "d3112057-2475-4eb7-8853-503204761d15"
    ],
    "album": "Te Rā",
    "release_id": null,
    "release_group_id": "d9552562-c743-4dde-b80a-6b1b8237048c",
    "labels": [
        "Napalm Records"
    ],
    "label_ids": [
        "ad2d554f-817a-4278-9813-1b575fe3d159"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Māori\n--\nALIEN WEAPONRY is a three piece Te Reo Māori metal band whose style has been influenced by old school thrash and hardcore.\nhttps://alienweaponry.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}