Information about plays

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

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

{
    "id": 3558598,
    "uri": "https://api.kexp.org/v2/plays/3558598/?format=api",
    "airdate": "2025-09-27T23:44:32-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nuclear Thread Worker",
    "track_id": null,
    "recording_id": null,
    "artist": "Hateful Abandon",
    "artist_ids": [
        "bc646edf-979f-482c-953d-62cc6a30ae73"
    ],
    "album": "Threat",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sentient Ruin Laboratories"
    ],
    "label_ids": [
        "46d5e55e-46af-45e7-9dc5-478d71135b35"
    ],
    "release_date": "2025-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bristol, UK\n\nhttps://hatefulabandon.bandcamp.com/album/threat-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}