Information about plays

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

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

{
    "id": 3587249,
    "uri": "https://api.kexp.org/v2/plays/3587249/?format=api",
    "airdate": "2025-12-05T18:33:10-08:00",
    "show": 65296,
    "show_uri": "https://api.kexp.org/v2/shows/65296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What You Want",
    "track_id": "3b7f06b7-76b6-3a9d-a1d3-890641f23ddd",
    "recording_id": "3c9e5bb7-9681-45a9-a287-da94cb591998",
    "artist": "Bombay Bicycle Club",
    "artist_ids": [
        "0ae49abe-d6af-44fa-8ab0-b9ace5690e6f"
    ],
    "album": "A Different Kind of Fix",
    "release_id": "92c14bfe-0670-41ca-a4a6-0b277e0297f7",
    "release_group_id": "259cc941-b6e3-4b9c-ae57-fac02ef0198a",
    "labels": [
        "mmm... Records",
        "Island Records Group"
    ],
    "label_ids": [
        "4d191393-7d67-4366-98a2-aa4140f26662",
        "25dda9f9-f069-4898-82f0-59330a106c7f"
    ],
    "release_date": "2011-09-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The London band stopped in for a visit to KEXP way back in 2014, watch their full live session here: https://www.youtube.com/watch?v=EHyaeKayHD0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}