Information about plays

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

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

{
    "id": 3596570,
    "uri": "https://api.kexp.org/v2/plays/3596570/?format=api",
    "airdate": "2025-12-27T03:41:40-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Find Your Love",
    "track_id": "6029219d-c1c8-4890-9739-dcb649d8bf38",
    "recording_id": "8347725e-edd3-470c-9cc9-b073f167b0cd",
    "artist": "54 Ultra",
    "artist_ids": [
        "6f4926ae-865e-483b-86f9-9ae3b9584507"
    ],
    "album": "Find Your Love",
    "release_id": "5ebe0608-35ff-440d-80dc-906cc1bf1148",
    "release_group_id": "94963bb4-fb2f-4e51-9741-e31c2942b068",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of New Jersey! https://54ultra.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}