Information about plays

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

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

{
    "id": 3636233,
    "uri": "https://api.kexp.org/v2/plays/3636233/?format=api",
    "airdate": "2026-04-01T01:18:41-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn710800.ca.archive.org/0/items/mbid-ec2a4670-f8e4-4f09-82e5-114175120d61/mbid-ec2a4670-f8e4-4f09-82e5-114175120d61-10231438984_thumb500.jpg",
    "thumbnail_uri": "https://dn710800.ca.archive.org/0/items/mbid-ec2a4670-f8e4-4f09-82e5-114175120d61/mbid-ec2a4670-f8e4-4f09-82e5-114175120d61-10231438984_thumb250.jpg",
    "song": "Shampoo",
    "track_id": "b657eca2-8cfc-4bf0-83ba-8fe9b9827644",
    "recording_id": "d42c9a2b-0869-40cd-b4dc-88462c4d7e26",
    "artist": "Peach Kelli Pop",
    "artist_ids": [
        "f897c92a-62db-4f51-a6a4-301ccc14ab69"
    ],
    "album": "Peach Kelli Pop",
    "release_id": "e10c184e-d566-49bf-b0a8-dc27862a9c29",
    "release_group_id": "1ca1a861-91c6-4354-813d-300c35bcb5ed",
    "labels": [
        "Burger Records"
    ],
    "label_ids": [
        "381edd23-11e7-4572-9f62-c6134a451a21"
    ],
    "release_date": "2015-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}