Information about plays

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

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

{
    "id": 3523343,
    "uri": "https://api.kexp.org/v2/plays/3523343/?format=api",
    "airdate": "2025-07-06T05:54:42-07:00",
    "show": 63935,
    "show_uri": "https://api.kexp.org/v2/shows/63935/?format=api",
    "image_uri": "https://ia801909.us.archive.org/14/items/mbid-b14f3252-4973-3fe0-a4da-af5d39626cc1/mbid-b14f3252-4973-3fe0-a4da-af5d39626cc1-26865127077_thumb500.jpg",
    "thumbnail_uri": "https://ia601909.us.archive.org/14/items/mbid-b14f3252-4973-3fe0-a4da-af5d39626cc1/mbid-b14f3252-4973-3fe0-a4da-af5d39626cc1-26865127077_thumb250.jpg",
    "song": "Chicago",
    "track_id": "6a69b2f2-27c0-31ae-a454-1bd8cf88f4eb",
    "recording_id": "5efb8ca9-6f8a-4140-9713-13398178cb4d",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Illinois",
    "release_id": "066ea5e6-957e-3153-8c61-527bd475888d",
    "release_group_id": "1fb75447-c513-38c4-ad8f-1bfc441aa74c",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2005-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}