Information about plays

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

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

{
    "id": 3635474,
    "uri": "https://api.kexp.org/v2/plays/3635474/?format=api",
    "airdate": "2026-03-30T06:16:32-07:00",
    "show": 66319,
    "show_uri": "https://api.kexp.org/v2/shows/66319/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-f99ae0f8-e05a-4705-8dc6-5322f05a163f/mbid-f99ae0f8-e05a-4705-8dc6-5322f05a163f-29919117433_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-f99ae0f8-e05a-4705-8dc6-5322f05a163f/mbid-f99ae0f8-e05a-4705-8dc6-5322f05a163f-29919117433_thumb250.jpg",
    "song": "Inside Out",
    "track_id": "9f27ab89-9de8-3d14-b2ea-44bb0964ad29",
    "recording_id": "a53e6d79-77bb-4fcf-b7de-391d56729e7b",
    "artist": "The Mighty Lemon Drops",
    "artist_ids": [
        "1461ef67-5312-4dc1-843e-711bf912217e"
    ],
    "album": "World Without End",
    "release_id": "f99ae0f8-e05a-4705-8dc6-5322f05a163f",
    "release_group_id": "9a17a1a7-bf57-3e0f-9eb7-070399425917",
    "labels": [
        "Reprise Records",
        "Sire Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request for Jonathan in Western Georgia!\n\nThe Mighty Lemon Drops' original name was the Sherbert Monsters.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}