Information about plays

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

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

{
    "id": 3548189,
    "uri": "https://api.kexp.org/v2/plays/3548189/?format=api",
    "airdate": "2025-09-02T23:44:25-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://ia801802.us.archive.org/25/items/mbid-cc541b25-189c-4c59-a00e-ce7d12aa2673/mbid-cc541b25-189c-4c59-a00e-ce7d12aa2673-28477021716_thumb500.jpg",
    "thumbnail_uri": "https://ia801802.us.archive.org/25/items/mbid-cc541b25-189c-4c59-a00e-ce7d12aa2673/mbid-cc541b25-189c-4c59-a00e-ce7d12aa2673-28477021716_thumb250.jpg",
    "song": "Just Go",
    "track_id": "6d6405ca-de2f-4fc0-936d-b1b4726ae6c8",
    "recording_id": "23a2844d-a9e2-4655-8600-90a48ce8a06c",
    "artist": "Arlo Parks",
    "artist_ids": [
        "6e8e3717-a62d-4a3f-886d-6a4e82507930"
    ],
    "album": "Collapsed In Sunbeams",
    "release_id": "cc541b25-189c-4c59-a00e-ce7d12aa2673",
    "release_group_id": "9700de59-1397-4375-ba4b-058e094e5f7a",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2021-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Watch Arlo Park's exclusive live performance at KEXP! https://www.youtube.com/watch?v=yQHmIt9OVGU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}