Information about plays

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

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

{
    "id": 3561440,
    "uri": "https://api.kexp.org/v2/plays/3561440/?format=api",
    "airdate": "2025-10-04T23:50:11-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://ia801209.us.archive.org/18/items/mbid-536a6b96-285a-4a59-bc42-5eec3eb0d59f/mbid-536a6b96-285a-4a59-bc42-5eec3eb0d59f-12568148110_thumb500.jpg",
    "thumbnail_uri": "https://ia601209.us.archive.org/18/items/mbid-536a6b96-285a-4a59-bc42-5eec3eb0d59f/mbid-536a6b96-285a-4a59-bc42-5eec3eb0d59f-12568148110_thumb250.jpg",
    "song": "Death Wish",
    "track_id": "5c7ecc03-1dc7-4dad-ad6e-b0bd3de0875d",
    "recording_id": "5aa42ef4-aebb-40fa-b35b-d7320d2f7eb3",
    "artist": "The Lucky Boys",
    "artist_ids": [
        "19bd45de-6e87-4994-8b19-8841b114b6a8"
    ],
    "album": "You Can’t Kill Rock ’n’ Roll",
    "release_id": "536a6b96-285a-4a59-bc42-5eec3eb0d59f",
    "release_group_id": "4cf8ff0f-55cd-404d-a382-4ecd9018582a",
    "labels": [
        "Capacitor Records"
    ],
    "label_ids": [
        "1cc13150-6207-4db6-8bcd-a93030bb385b"
    ],
    "release_date": "2015-10-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Danny\n\nSeattle band\nhttps://theluckyboys.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}