Information about plays

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

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

{
    "id": 3555028,
    "uri": "https://api.kexp.org/v2/plays/3555028/?format=api",
    "airdate": "2025-09-19T13:50:25-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://ia903109.us.archive.org/28/items/mbid-06c00d7f-f4f3-3909-9911-0774030d21ff/mbid-06c00d7f-f4f3-3909-9911-0774030d21ff-24891409803_thumb500.jpg",
    "thumbnail_uri": "https://ia803109.us.archive.org/28/items/mbid-06c00d7f-f4f3-3909-9911-0774030d21ff/mbid-06c00d7f-f4f3-3909-9911-0774030d21ff-24891409803_thumb250.jpg",
    "song": "Bold as Love",
    "track_id": "55b8b7b2-d30c-3b4a-ae45-899de76438fb",
    "recording_id": "f9803b28-cfd3-4130-b18e-8ae0b3b503aa",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Axis: Bold as Love",
    "release_id": "06c00d7f-f4f3-3909-9911-0774030d21ff",
    "release_group_id": "d0b1e21e-cef6-4575-8d92-1afea1894ca3",
    "labels": [
        "Experience Hendrix"
    ],
    "label_ids": [
        "5677c51a-a6d3-4ce6-abab-d9699c46f5f4"
    ],
    "release_date": "1997-04-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out to BlackBear in East Tennessee",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}