Information about plays

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

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

{
    "id": 3622869,
    "uri": "https://api.kexp.org/v2/plays/3622869/?format=api",
    "airdate": "2026-02-27T04:53:39-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "https://dn711004.ca.archive.org/0/items/mbid-33221e44-2437-39f1-b49f-0c302f340743/mbid-33221e44-2437-39f1-b49f-0c302f340743-3038532381_thumb500.jpg",
    "thumbnail_uri": "https://dn711004.ca.archive.org/0/items/mbid-33221e44-2437-39f1-b49f-0c302f340743/mbid-33221e44-2437-39f1-b49f-0c302f340743-3038532381_thumb250.jpg",
    "song": "Stanlow",
    "track_id": "4350d623-7c56-32b3-a75b-aec77c2872ae",
    "recording_id": "e6722ec6-8b1f-4758-86d8-d14018ab4527",
    "artist": "Orchestral Manoeuvres in the Dark",
    "artist_ids": [
        "6d072aa8-c851-49c5-92f9-cbca05f4bed9"
    ],
    "album": "Organisation",
    "release_id": "33221e44-2437-39f1-b49f-0c302f340743",
    "release_group_id": "cff0ea94-bf45-3712-8ce8-238fd3c5d13f",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Paul Humphreys (born 1960)!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}