Information about plays

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

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

{
    "id": 3608156,
    "uri": "https://api.kexp.org/v2/plays/3608156/?format=api",
    "airdate": "2026-01-23T18:13:53-08:00",
    "show": 65733,
    "show_uri": "https://api.kexp.org/v2/shows/65733/?format=api",
    "image_uri": "https://ia802801.us.archive.org/23/items/mbid-6784e167-8510-4cf8-a075-fdbdc11fca2c/mbid-6784e167-8510-4cf8-a075-fdbdc11fca2c-25537536683_thumb500.jpg",
    "thumbnail_uri": "https://ia802801.us.archive.org/23/items/mbid-6784e167-8510-4cf8-a075-fdbdc11fca2c/mbid-6784e167-8510-4cf8-a075-fdbdc11fca2c-25537536683_thumb250.jpg",
    "song": "lucy",
    "track_id": "7bde7c8e-362f-484c-b8f9-fa077097a18b",
    "recording_id": "85a0d050-eab3-46ec-9c44-e9cf6a7da542",
    "artist": "Soccer Mommy",
    "artist_ids": [
        "84803b1d-dcb3-490d-9af5-debbba64a011"
    ],
    "album": "color theory",
    "release_id": "d6846f4e-bf11-4130-a070-ff5f6a4b6adc",
    "release_group_id": "22d131b0-4de5-4cd8-a07f-e30555769934",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2020-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nashville artist Soccer Mommy performed Live on KEXP back in 2021: https://www.youtube.com/watch?v=aLq2z5CBwFw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}