Information about plays

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

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

{
    "id": 3561637,
    "uri": "https://api.kexp.org/v2/plays/3561637/?format=api",
    "airdate": "2025-10-05T13:35:02-07:00",
    "show": 64754,
    "show_uri": "https://api.kexp.org/v2/shows/64754/?format=api",
    "image_uri": "https://ia601307.us.archive.org/1/items/mbid-7cff6dca-a5e9-4a22-92e0-bcb2ca7c6dcc/mbid-7cff6dca-a5e9-4a22-92e0-bcb2ca7c6dcc-23415142353_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/1/items/mbid-7cff6dca-a5e9-4a22-92e0-bcb2ca7c6dcc/mbid-7cff6dca-a5e9-4a22-92e0-bcb2ca7c6dcc-23415142353_thumb250.jpg",
    "song": "Power of Soul",
    "track_id": "5072c91d-238c-3ec0-881c-6eda15c38343",
    "recording_id": "e3fa615d-2226-47e4-83ac-57de5fdbe76e",
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "Band of Gypsys",
    "release_id": "7cff6dca-a5e9-4a22-92e0-bcb2ca7c6dcc",
    "release_group_id": "06eada6a-7bff-34ef-8311-a0435833061f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1970-03-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "#670\n\nKEXP donors all our special Band of Gypsys!\n\nhttps://www.kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}