Information about plays

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

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

{
    "id": 3656581,
    "uri": "https://api.kexp.org/v2/plays/3656581/?format=api",
    "airdate": "2026-05-18T23:05:00-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/5afd2fe0-d077-4db2-b4de-68d6f9b25dd9/44858638525-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5afd2fe0-d077-4db2-b4de-68d6f9b25dd9/44858638525-250.jpg",
    "song": "Another Day",
    "track_id": null,
    "recording_id": "c2fc9da5-c211-4aed-98e2-294bded13e3d",
    "artist": "The Field",
    "artist_ids": [
        "e5d87018-16a1-4a05-acfd-6a4809ac62f6"
    ],
    "album": "Now You Exist",
    "release_id": null,
    "release_group_id": "2f0b499b-68fd-4d08-ac0b-a061dfe30bd3",
    "labels": [
        "Studio Barnhus"
    ],
    "label_ids": [
        "fb419633-a332-4392-85c6-bf8866b251dd"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yes, new music from The Field! - https://thefield.bandcamp.com/album/now-you-exist",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}