Information about plays

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

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

{
    "id": 3637939,
    "uri": "https://api.kexp.org/v2/plays/3637939/?format=api",
    "airdate": "2026-04-04T22:13:49-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Are They Now",
    "track_id": "521b0b84-9776-4c1d-9ce6-7aa440e34d98",
    "recording_id": "97db957c-1e23-4f51-9e5c-b00f66f73571",
    "artist": "Cock Sparrer",
    "artist_ids": [
        "bbcc9824-31c0-4c70-a7af-d24090ea161e"
    ],
    "album": "This Is Dojo • Sampler 1996",
    "release_id": "3f8cb377-aa64-45b3-81ca-349c73be3e36",
    "release_group_id": "12dceec6-d724-4211-99b8-54bd7a7ef755",
    "labels": [
        "Dojo Records"
    ],
    "label_ids": [
        "dc77b425-189e-4d64-91fe-697d4a8c13b9"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cock Sparrer recently played some shows on the east coast.\n\nhttps://www.facebook.com/cocksparreruk/\nhttps://cocksparrer.bandcamp.com/album/hand-on-heart",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}