Information about plays

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

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

{
    "id": 3641148,
    "uri": "https://api.kexp.org/v2/plays/3641148/?format=api",
    "airdate": "2026-04-12T10:23:12-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/0baa1bb0-9314-4d58-abec-316d39b1f1cb/32967675385-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0baa1bb0-9314-4d58-abec-316d39b1f1cb/32967675385-250.jpg",
    "song": "Big Boy",
    "track_id": null,
    "recording_id": "cbdabf71-700f-453f-94b4-bac4289771e9",
    "artist": "Viagra Boys & Jason Williamson",
    "artist_ids": [
        "9df0c0ec-619e-447d-a155-23e19d9c84ce",
        "efb4c486-56b3-4b1f-a7e8-0cd4e65a9ee7"
    ],
    "album": "Cave World",
    "release_id": null,
    "release_group_id": "bed07eb0-f5b6-4e42-b6b8-c2416b86cbfc",
    "labels": [
        "YEAR0001"
    ],
    "label_ids": [
        "f722d3e7-56d1-46a2-a51f-8ca43cc6e26b"
    ],
    "release_date": "2022-07-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Swedish band wrote this during the pandemic inspired by all that was going on then and thinking back to our paleolithic days.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}