Information about plays

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

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

{
    "id": 3626222,
    "uri": "https://api.kexp.org/v2/plays/3626222/?format=api",
    "airdate": "2026-03-07T02:23:29-08:00",
    "show": 66113,
    "show_uri": "https://api.kexp.org/v2/shows/66113/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plonge",
    "track_id": null,
    "recording_id": "60b1c3a6-9bf8-4a51-8bd6-bbb99bd72ee2",
    "artist": "Belljars",
    "artist_ids": [
        "18bc40eb-ef65-4e76-afe1-745230587a44"
    ],
    "album": "Bats for Palestine",
    "release_id": null,
    "release_group_id": "cce164e5-fad8-4017-bcf7-2d25ab46f49c",
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2024-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"All the benefits out of this compilation will go to Collectif Palestine Vaincra. \nwww.palestinevaincra.com \n\nhttps://traitdunion.bandcamp.com/album/bats-for-palestine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}