Information about plays

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

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

{
    "id": 3637482,
    "uri": "https://api.kexp.org/v2/plays/3637482/?format=api",
    "airdate": "2026-04-03T23:51:09-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "https://coverartarchive.org/release/ebe74297-9aba-48fb-8ac1-e801ee8e220c/17000758554-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ebe74297-9aba-48fb-8ac1-e801ee8e220c/17000758554-250.jpg",
    "song": "Pay Rent (Blend)",
    "track_id": null,
    "recording_id": "4481047c-5f20-4d3e-a14e-594fbc1954b9",
    "artist": "lojii & Swarvy",
    "artist_ids": [
        "47650599-3426-491b-85e5-2104545f3099",
        "15249663-ca61-4182-8865-4f0409f04940"
    ],
    "album": "DUE RENT",
    "release_id": null,
    "release_group_id": "5ca8fe7d-44cd-45f7-9516-60e75fdbe5ee",
    "labels": [
        "Fresh Selects"
    ],
    "label_ids": [
        "a2c586e8-63b0-4045-9e29-935cadef3e2a"
    ],
    "release_date": "2017-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}