Information about plays

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

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

{
    "id": 3580916,
    "uri": "https://api.kexp.org/v2/plays/3580916/?format=api",
    "airdate": "2025-11-21T05:23:15-08:00",
    "show": 65167,
    "show_uri": "https://api.kexp.org/v2/shows/65167/?format=api",
    "image_uri": "https://ia800303.us.archive.org/12/items/mbid-c836497a-24ae-4f72-a039-88eb5c709942/mbid-c836497a-24ae-4f72-a039-88eb5c709942-13468801571_thumb500.jpg",
    "thumbnail_uri": "https://ia600303.us.archive.org/12/items/mbid-c836497a-24ae-4f72-a039-88eb5c709942/mbid-c836497a-24ae-4f72-a039-88eb5c709942-13468801571_thumb250.jpg",
    "song": "Beat Crazy",
    "track_id": "3ec0eb07-0e57-4d34-b793-4abe00c840e5",
    "recording_id": "2f334930-9488-4cb6-ba27-ae5c05d9ddfa",
    "artist": "Joe Jackson Band",
    "artist_ids": [
        "e6fe63ef-5fb8-4f83-a59d-fc13d85d5454"
    ],
    "album": "Beat Crazy",
    "release_id": "c836497a-24ae-4f72-a039-88eb5c709942",
    "release_group_id": "f695655a-c15b-3e3f-9351-4f29437c035a",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A fun fact about the album\nBeat Crazy is that it features bassist Graham Maby on lead vocals for the title track, with Joe Jackson on supporting vocals. This was unusual, as Jackson typically handled all lead vocals. Jackson is currently in the studio and will be releasing a new album \"Hope and Fury\"  in April 2026 followed by a tour.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}