Information about plays

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

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

{
    "id": 3571202,
    "uri": "https://api.kexp.org/v2/plays/3571202/?format=api",
    "airdate": "2025-10-29T00:03:08-07:00",
    "show": 64961,
    "show_uri": "https://api.kexp.org/v2/shows/64961/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-04a8bd35-2aec-492b-9d74-91f795c36adc/mbid-04a8bd35-2aec-492b-9d74-91f795c36adc-4507364019_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-04a8bd35-2aec-492b-9d74-91f795c36adc/mbid-04a8bd35-2aec-492b-9d74-91f795c36adc-4507364019_thumb250.jpg",
    "song": "Pet Sematary",
    "track_id": "aa6ad80c-c1d2-4a09-bf16-6842b70f77c9",
    "recording_id": "93c8ccdf-4238-4f03-897f-e7e1878f12cf",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Brain Drain",
    "release_id": "7e3d997b-b866-4315-b031-371b7ec9b5b2",
    "release_group_id": "c2998c83-704e-3d14-8f17-a1987ad21e42",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Halloweek! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}