Information about plays

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

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

{
    "id": 3561650,
    "uri": "https://api.kexp.org/v2/plays/3561650/?format=api",
    "airdate": "2025-10-05T14:41:24-07:00",
    "show": 64754,
    "show_uri": "https://api.kexp.org/v2/shows/64754/?format=api",
    "image_uri": "https://ia601607.us.archive.org/33/items/mbid-932d4426-8dca-4bf6-a0da-01e28a18b278/mbid-932d4426-8dca-4bf6-a0da-01e28a18b278-2074362877_thumb500.jpg",
    "thumbnail_uri": "https://ia801607.us.archive.org/33/items/mbid-932d4426-8dca-4bf6-a0da-01e28a18b278/mbid-932d4426-8dca-4bf6-a0da-01e28a18b278-2074362877_thumb250.jpg",
    "song": "Dirt Road Blues",
    "track_id": "06ae16b7-5093-3570-b82a-6813a5338f6b",
    "recording_id": "0f7ed100-d632-4006-b111-fb55d0a1a1e4",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Time Out of Mind",
    "release_id": "932d4426-8dca-4bf6-a0da-01e28a18b278",
    "release_group_id": "dad1dada-1fda-3186-beb7-3bc80e90f9e0",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1997-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#660\n\nhttps://www.kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}