Information about plays

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

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

{
    "id": 3591974,
    "uri": "https://api.kexp.org/v2/plays/3591974/?format=api",
    "airdate": "2025-12-16T18:22:39-08:00",
    "show": 65396,
    "show_uri": "https://api.kexp.org/v2/shows/65396/?format=api",
    "image_uri": "https://ia800403.us.archive.org/34/items/mbid-fb41b86c-30cb-445c-ba12-7cf2ebcca516/mbid-fb41b86c-30cb-445c-ba12-7cf2ebcca516-18461545836_thumb500.jpg",
    "thumbnail_uri": "https://ia800403.us.archive.org/34/items/mbid-fb41b86c-30cb-445c-ba12-7cf2ebcca516/mbid-fb41b86c-30cb-445c-ba12-7cf2ebcca516-18461545836_thumb250.jpg",
    "song": "Príncipe Real",
    "track_id": "057dedb4-65ba-445c-89af-608af0498f09",
    "recording_id": "e76bbb91-704b-417c-8949-a346fe8910f2",
    "artist": "Panda Bear",
    "artist_ids": [
        "fd3c3f9f-a471-498e-ab3a-940ac20b6bbd"
    ],
    "album": "Panda Bear Meets the Grim Reaper",
    "release_id": "fb41b86c-30cb-445c-ba12-7cf2ebcca516",
    "release_group_id": "4a22fe4b-c575-4bb3-829c-c9dab7fe3407",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2015-01-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read KEXP's 2015 review of this album, including the description of this track as a \"disco-tinged tribute to a subsection of Lisbon, Portugal\": https://www.kexp.org/read/2015/01/16/album-review-panda-bear-panda-bear-meets-the-grim-reaper/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}