Information about plays

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

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

{
    "id": 3591412,
    "uri": "https://api.kexp.org/v2/plays/3591412/?format=api",
    "airdate": "2025-12-15T11:36:23-08:00",
    "show": 65386,
    "show_uri": "https://api.kexp.org/v2/shows/65386/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dakan",
    "track_id": "55c300c6-ba82-4da7-9d42-38645b75281b",
    "recording_id": "0ac56f54-917e-4006-a0a1-466e0bfd3cec",
    "artist": "Orchestra Gold",
    "artist_ids": [
        "59943af3-62dc-49e1-a2f9-dbb481600c20"
    ],
    "album": "Dakan",
    "release_id": "94ada7a1-ec4a-4ebf-92cb-2b068a1f60f2",
    "release_group_id": "462ee302-66ed-4906-a49d-8d71e163ff8b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Orchestra Gold, Afro-Psych Rock group out of Oakland\n\nListen to their album here:\nhttps://orchestragold.bandcamp.com/merch/dakan-destiny-vinyl-pre-sale",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}