Information about plays

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

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

{
    "id": 3602855,
    "uri": "https://api.kexp.org/v2/plays/3602855/?format=api",
    "airdate": "2026-01-11T00:04:37-08:00",
    "show": 65619,
    "show_uri": "https://api.kexp.org/v2/shows/65619/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cannon Fodder",
    "track_id": null,
    "recording_id": "14729e34-a4c8-4352-8040-81702df34066",
    "artist": "Sodom",
    "artist_ids": [
        "2251718f-7b5c-4a92-9267-895125c594d3"
    ],
    "album": "M‐16",
    "release_id": null,
    "release_group_id": "cebd5128-fc9d-3b6a-908e-10038d6b6f59",
    "labels": [
        "Steamhammer"
    ],
    "label_ids": [
        "2a36fd7a-4de1-47ce-88d0-c315bba7a9f9"
    ],
    "release_date": "2001-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sodom released their latest full-length album, The Arsonist last year (it was their 18th)!\n\nhttps://sodomized.info/news\nhttps://sodomofficial.bandcamp.com/album/the-arsonist",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}