Information about plays

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

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

{
    "id": 3629140,
    "uri": "https://api.kexp.org/v2/plays/3629140/?format=api",
    "airdate": "2026-03-15T05:32:27-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://dn710703.ca.archive.org/0/items/mbid-050aa383-c686-49da-90a3-96a83768290c/mbid-050aa383-c686-49da-90a3-96a83768290c-12085636485_thumb500.jpg",
    "thumbnail_uri": "https://dn710703.ca.archive.org/0/items/mbid-050aa383-c686-49da-90a3-96a83768290c/mbid-050aa383-c686-49da-90a3-96a83768290c-12085636485_thumb250.jpg",
    "song": "Bad Seed",
    "track_id": "c8ed2717-dc4c-3f7d-9ec9-526d522f3b12",
    "recording_id": "a0dbe58f-404f-4158-8051-139686455644",
    "artist": "Wayne Kramer",
    "artist_ids": [
        "17327e1e-4933-4f59-bb6d-1e50078b328b"
    ],
    "album": "The Hard Stuff",
    "release_id": "050aa383-c686-49da-90a3-96a83768290c",
    "release_group_id": "41e42c05-2a0c-37af-8990-3518f0a4d367",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}