Information about plays

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

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

{
    "id": 3542099,
    "uri": "https://api.kexp.org/v2/plays/3542099/?format=api",
    "airdate": "2025-08-19T14:56:48-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "https://ia803205.us.archive.org/1/items/mbid-a7b8d878-8628-40f4-9c5a-446d7dfb5eab/mbid-a7b8d878-8628-40f4-9c5a-446d7dfb5eab-15429361493_thumb500.jpg",
    "thumbnail_uri": "https://ia903205.us.archive.org/1/items/mbid-a7b8d878-8628-40f4-9c5a-446d7dfb5eab/mbid-a7b8d878-8628-40f4-9c5a-446d7dfb5eab-15429361493_thumb250.jpg",
    "song": "I Don't Wanna Be Here",
    "track_id": "1935114f-d8c6-4f5b-947e-abcfa13fd4d4",
    "recording_id": "20baff7b-63fd-4a78-81b0-48b9dd624bd5",
    "artist": "Gazebos",
    "artist_ids": [
        "503ebeab-598c-468c-9c09-49b0bc376f07"
    ],
    "album": "Die Alone",
    "release_id": "a7b8d878-8628-40f4-9c5a-446d7dfb5eab",
    "release_group_id": "4ce48a4a-f98a-4e94-a4ff-f6bd8435673a",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2016-02-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album from Seattle's Gazebos\nListen to more from 'Die Alone' here:\nhttps://gazebos.bandcamp.com/album/die-alone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}