Information about plays

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

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

{
    "id": 3603811,
    "uri": "https://api.kexp.org/v2/plays/3603811/?format=api",
    "airdate": "2026-01-13T10:50:37-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost in Space",
    "track_id": null,
    "recording_id": "84469f97-18e5-4311-a61a-c3b83fff24d5",
    "artist": "Aimee Mann",
    "artist_ids": [
        "db3c0a20-bf05-4b30-ac22-f294aea24172"
    ],
    "album": "Lost in Space",
    "release_id": null,
    "release_group_id": "719e5d6c-2b64-3136-8aa0-538dbac94b61",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2002-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aimee Mann is performing at SF's Fillmore on Tuesday, March 10th, as part of her \"22 ½ Lost In Space Anniversary\" tour.  She'll be in Seattle at the Neptune Theatre on Sunday, March 15th.\n---\nAimee Mann stopped by the KEXP studio for a live performance back in 2017. Check it out here: https://www.youtube.com/watch?v=RrWuNUkSzI4 https://aimeemann.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}