Information about plays

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

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

{
    "id": 3545389,
    "uri": "https://api.kexp.org/v2/plays/3545389/?format=api",
    "airdate": "2025-08-27T06:35:33-07:00",
    "show": 64399,
    "show_uri": "https://api.kexp.org/v2/shows/64399/?format=api",
    "image_uri": "https://ia902807.us.archive.org/13/items/mbid-295bda4d-5065-4a21-9af2-4048b350b62a/mbid-295bda4d-5065-4a21-9af2-4048b350b62a-21184737161_thumb500.jpg",
    "thumbnail_uri": "https://ia802807.us.archive.org/13/items/mbid-295bda4d-5065-4a21-9af2-4048b350b62a/mbid-295bda4d-5065-4a21-9af2-4048b350b62a-21184737161_thumb250.jpg",
    "song": "Robotika",
    "track_id": "42f2ae3f-0954-3fc4-8d85-a2005372e76c",
    "recording_id": "b2988fe3-af1c-4565-96d8-592cd865d237",
    "artist": "Brainticket",
    "artist_ids": [
        "8fbbcf55-9fc9-4e06-99dc-ef76d5816dcd"
    ],
    "album": "Adventure",
    "release_id": "295bda4d-5065-4a21-9af2-4048b350b62a",
    "release_group_id": "cfcc833a-7a9c-3c53-8f23-2e485f75382c",
    "labels": [
        "Purple Pyramid"
    ],
    "label_ids": [
        "4bca4a75-4187-4827-8ac3-7d047b9af066"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Walker Wormhole Wednesday X Amplifier Love Day",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}