Information about plays

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

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

{
    "id": 3640182,
    "uri": "https://api.kexp.org/v2/plays/3640182/?format=api",
    "airdate": "2026-04-10T05:49:37-07:00",
    "show": 66413,
    "show_uri": "https://api.kexp.org/v2/shows/66413/?format=api",
    "image_uri": "https://dn711208.ca.archive.org/0/items/mbid-6fcb0abe-4e88-49b5-a3fd-c3dd8761ebc3/mbid-6fcb0abe-4e88-49b5-a3fd-c3dd8761ebc3-3501204917_thumb500.jpg",
    "thumbnail_uri": "https://dn711208.ca.archive.org/0/items/mbid-6fcb0abe-4e88-49b5-a3fd-c3dd8761ebc3/mbid-6fcb0abe-4e88-49b5-a3fd-c3dd8761ebc3-3501204917_thumb250.jpg",
    "song": "Crash Landing",
    "track_id": "19a60b08-5dcf-3a67-8a5a-f45655c71a3b",
    "recording_id": "4790ede9-3258-49f0-aa46-178ad71f688f",
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "People, Hell and Angels",
    "release_id": "6fcb0abe-4e88-49b5-a3fd-c3dd8761ebc3",
    "release_group_id": "aa30b7ef-3b46-4956-9c63-c25dea87b612",
    "labels": [
        "Experience Hendrix",
        "Legacy"
    ],
    "label_ids": [
        "5677c51a-a6d3-4ce6-abab-d9699c46f5f4",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2013-04-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "By request, for Anthony!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}