Information about plays

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

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

{
    "id": 3621930,
    "uri": "https://api.kexp.org/v2/plays/3621930/?format=api",
    "airdate": "2026-02-25T02:11:20-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Catch",
    "track_id": "92722fdb-1d71-3f66-9383-7bc37c7915a4",
    "recording_id": "c29332ab-3848-4f55-aec0-ce5f598a3f8e",
    "artist": "Pylon",
    "artist_ids": [
        "5f895285-0598-4a03-a10f-ac171746ef45"
    ],
    "album": "Chain",
    "release_id": "b5eb2881-1123-33bf-ab52-b9da8d4b0389",
    "release_group_id": "d80f1b24-9247-30cc-ac36-176b4a81c844",
    "labels": [
        "Sky Records"
    ],
    "label_ids": [
        "8f60787c-8007-4db8-91e0-5aa17a18716e"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "How Pylon Brought Disco to the ’80s Athens Rock Scene https://daily.bandcamp.com/features/how-pylon-brought-disco-to-the-80s-athens-rock-scene",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}