Information about plays

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

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

{
    "id": 3440194,
    "uri": "https://api.kexp.org/v2/plays/3440194/?format=api",
    "airdate": "2024-12-19T20:03:44-08:00",
    "show": 62154,
    "show_uri": "https://api.kexp.org/v2/shows/62154/?format=api",
    "image_uri": "https://coverartarchive.org/release/2aece2b5-9646-4af1-9695-ed3e85270971/36060516187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2aece2b5-9646-4af1-9695-ed3e85270971/36060516187-250.jpg",
    "song": "Tropic Sub",
    "track_id": null,
    "recording_id": "c410f35d-06f2-4cdb-a38e-03a8a691cd3b",
    "artist": "夢東",
    "artist_ids": [
        "570fe648-4a8a-4568-862e-a1ec4cd817fa"
    ],
    "album": "Tao Fire 道火",
    "release_id": null,
    "release_group_id": "196ca938-d2cf-4efd-ac49-28579f9b0be8",
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2023-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the KEXP in-studio with Taiwanese psychedelic band Mong Tong, hosted by Astral Plane host DJ Jewel, from earlier this year: https://www.youtube.com/watch?v=KDoqRY-gAG8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}