Information about plays

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

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

{
    "id": 3571083,
    "uri": "https://api.kexp.org/v2/plays/3571083/?format=api",
    "airdate": "2025-10-28T16:48:09-07:00",
    "show": 64959,
    "show_uri": "https://api.kexp.org/v2/shows/64959/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-7875bd16-387f-4d7f-838a-8fcc55e0f170/mbid-7875bd16-387f-4d7f-838a-8fcc55e0f170-37746990497_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-7875bd16-387f-4d7f-838a-8fcc55e0f170/mbid-7875bd16-387f-4d7f-838a-8fcc55e0f170-37746990497_thumb250.jpg",
    "song": "Peace Sign",
    "track_id": "b37781f1-a346-45cc-a48c-364c32f09a1a",
    "recording_id": "ccb06e9f-7c80-4c68-87b9-4c051bdf0797",
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Interplay",
    "release_id": "7875bd16-387f-4d7f-838a-8fcc55e0f170",
    "release_group_id": "ce67ae32-cd4d-47d8-8e95-c63c174c8510",
    "labels": [
        "Wichita Recordings Ltd."
    ],
    "label_ids": [
        "70fe2f32-aac6-4196-8599-ea8f6439a644"
    ],
    "release_date": "2024-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ride performed live in the KEXP studio in May 2024. That great in-studio session included \"Peace Sign\" and you can watch it here: https://www.youtube.com/watch?v=2pQfl69Yogc\n\nhttps://www.thebandride.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}