Information about plays

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

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

{
    "id": 3579998,
    "uri": "https://api.kexp.org/v2/plays/3579998/?format=api",
    "airdate": "2025-11-18T22:37:12-08:00",
    "show": 65149,
    "show_uri": "https://api.kexp.org/v2/shows/65149/?format=api",
    "image_uri": "https://dn720708.ca.archive.org/0/items/mbid-4e1c463a-d32b-4a2c-ade3-257bb806d798/mbid-4e1c463a-d32b-4a2c-ade3-257bb806d798-42607027249_thumb500.jpg",
    "thumbnail_uri": "https://dn720708.ca.archive.org/0/items/mbid-4e1c463a-d32b-4a2c-ade3-257bb806d798/mbid-4e1c463a-d32b-4a2c-ade3-257bb806d798-42607027249_thumb250.jpg",
    "song": "The Actor",
    "track_id": "0eb30e0f-82fd-4475-92aa-a210bc299eee",
    "recording_id": "993a9214-b1c4-4b69-bddc-0b10f07f3727",
    "artist": "Folk Bitch Trio",
    "artist_ids": [
        "41f03c6d-56e1-428a-a186-9e81e58c2592"
    ],
    "album": "Now Would Be a Good Time",
    "release_id": "26787bf1-a23e-45c9-b369-cb3d92ef5320",
    "release_group_id": "904334a5-e3b6-442b-b729-a544ae03d622",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2025-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}