Information about plays

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

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

{
    "id": 3546933,
    "uri": "https://api.kexp.org/v2/plays/3546933/?format=api",
    "airdate": "2025-08-30T23:00:54-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-4932e879-25a8-4fcb-83b1-69d02d7643dd/mbid-4932e879-25a8-4fcb-83b1-69d02d7643dd-29280815530_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-4932e879-25a8-4fcb-83b1-69d02d7643dd/mbid-4932e879-25a8-4fcb-83b1-69d02d7643dd-29280815530_thumb250.jpg",
    "song": "Let’s Have a War",
    "track_id": "2c9b87bd-085f-4b75-9538-66bb009e5de0",
    "recording_id": "3966aef2-7fc7-4087-a4d3-38ed8bbee44f",
    "artist": "Fear",
    "artist_ids": [
        "5e6512dd-160b-4512-a4b4-2c30fa894a08"
    ],
    "album": "Repo Man",
    "release_id": "4932e879-25a8-4fcb-83b1-69d02d7643dd",
    "release_group_id": "e02530fb-93ff-395f-85e0-0fa0d1f4e919",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Fear is currently on their 40th anniversary tour.\n\nhttps://www.facebook.com/FEARtheband/\nhttps://fearleeving.com/events",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}