Information about plays

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

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

{
    "id": 3586019,
    "uri": "https://api.kexp.org/v2/plays/3586019/?format=api",
    "airdate": "2025-12-02T22:03:17-08:00",
    "show": 65274,
    "show_uri": "https://api.kexp.org/v2/shows/65274/?format=api",
    "image_uri": "https://ia600506.us.archive.org/5/items/mbid-f4df131c-d07b-4a5d-840d-efeb82273bef/mbid-f4df131c-d07b-4a5d-840d-efeb82273bef-14193612489_thumb500.jpg",
    "thumbnail_uri": "https://ia800506.us.archive.org/5/items/mbid-f4df131c-d07b-4a5d-840d-efeb82273bef/mbid-f4df131c-d07b-4a5d-840d-efeb82273bef-14193612489_thumb250.jpg",
    "song": "PIMP (Version)",
    "track_id": "6af89bd5-61c2-42cc-b8b0-b2fb0997ddaf",
    "recording_id": "86802aa7-fae5-4c13-80da-1b83a9499a03",
    "artist": "Bacao Rhythm & Steel Band",
    "artist_ids": [
        "7247ef92-6c65-484d-9cf1-a737382a4721"
    ],
    "album": "55",
    "release_id": "f4df131c-d07b-4a5d-840d-efeb82273bef",
    "release_group_id": "a549959d-30ec-4773-8dc8-fa2fc4532bd4",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2016-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}