Information about plays

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

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

{
    "id": 3428569,
    "uri": "https://api.kexp.org/v2/plays/3428569/?format=api",
    "airdate": "2024-11-22T07:38:17-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://coverartarchive.org/release/7cc0bcbf-eb04-479c-bbf5-ca237021c492/33166933465-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7cc0bcbf-eb04-479c-bbf5-ca237021c492/33166933465-250.jpg",
    "song": "Stormy Weather",
    "track_id": null,
    "recording_id": "2e9daf77-fecf-4120-abcc-badc8fd41b0d",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Bossanova",
    "release_id": null,
    "release_group_id": "e062f23a-ed81-3baf-8f24-8979fef060cc",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Someone wrote about hearing Pixies perform this one: \"..the atmosphere when they played Stormy Weather was incredible. The whole place was singing along in a massive chorus swaying together and it felt like a huge tavern of pirates singing a sea shanty or something. One of my best memories at a concert...\"\n--\nHere's a grainy, rainy video set to this tune, penned by Frank Black: https://www.youtube.com/watch?v=CKvjORjy0d4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}