Information about plays

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

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

{
    "id": 3566819,
    "uri": "https://api.kexp.org/v2/plays/3566819/?format=api",
    "airdate": "2025-10-18T17:05:35-07:00",
    "show": 64869,
    "show_uri": "https://api.kexp.org/v2/shows/64869/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-f32dbcdd-e964-4311-816e-6c9cf0785931/mbid-f32dbcdd-e964-4311-816e-6c9cf0785931-33072084714_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-f32dbcdd-e964-4311-816e-6c9cf0785931/mbid-f32dbcdd-e964-4311-816e-6c9cf0785931-33072084714_thumb250.jpg",
    "song": "Funnel of Love",
    "track_id": "bee0e392-443a-39c5-aab4-c1db1c24f27b",
    "recording_id": "23be1573-8976-4541-a16e-47863354e8b2",
    "artist": "Wanda Jackson",
    "artist_ids": [
        "550fbe01-42e9-4006-bcd0-6a1854dceb8f"
    ],
    "album": "Respect: A Century of Women in Music",
    "release_id": "f32dbcdd-e964-4311-816e-6c9cf0785931",
    "release_group_id": "89e7e86e-1fbe-344b-8843-6a341eaff2f5",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}