Information about plays

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

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

{
    "id": 3606983,
    "uri": "https://api.kexp.org/v2/plays/3606983/?format=api",
    "airdate": "2026-01-20T23:53:52-08:00",
    "show": 65711,
    "show_uri": "https://api.kexp.org/v2/shows/65711/?format=api",
    "image_uri": "https://ia601604.us.archive.org/35/items/mbid-5d5fc614-25fe-4b89-8747-f4357f7a7757/mbid-5d5fc614-25fe-4b89-8747-f4357f7a7757-9260448034_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/35/items/mbid-5d5fc614-25fe-4b89-8747-f4357f7a7757/mbid-5d5fc614-25fe-4b89-8747-f4357f7a7757-9260448034_thumb250.jpg",
    "song": "Continental Shelf",
    "track_id": "d2f9bd10-9003-4264-8369-de4329d65506",
    "recording_id": "bd010eb4-fac7-41a4-aa59-5f9e87616c0e",
    "artist": "Preoccupations",
    "artist_ids": [
        "9ee1988d-66ec-4c29-98d6-876a45e0fcbd"
    ],
    "album": "Viet Cong",
    "release_id": "5d5fc614-25fe-4b89-8747-f4357f7a7757",
    "release_group_id": "36540386-77cf-4ce4-bb28-ec81bdbe5bbf",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2015-01-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}