Information about plays

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

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

{
    "id": 3333263,
    "uri": "https://api.kexp.org/v2/plays/3333263/?format=api",
    "airdate": "2024-04-09T18:18:03-07:00",
    "show": 59904,
    "show_uri": "https://api.kexp.org/v2/shows/59904/?format=api",
    "image_uri": "https://ia903402.us.archive.org/33/items/mbid-ab35a6ae-4d6f-42b3-a7df-3dbb6c6c4d72/mbid-ab35a6ae-4d6f-42b3-a7df-3dbb6c6c4d72-38360487655_thumb500.jpg",
    "thumbnail_uri": "https://ia803402.us.archive.org/33/items/mbid-ab35a6ae-4d6f-42b3-a7df-3dbb6c6c4d72/mbid-ab35a6ae-4d6f-42b3-a7df-3dbb6c6c4d72-38360487655_thumb250.jpg",
    "song": "Vampire Empire",
    "track_id": "369926b0-ced2-4def-818d-bbc7d440b24d",
    "recording_id": "eeb57e09-0178-443c-8b55-bed3f506c198",
    "artist": "Adrianne Lenker",
    "artist_ids": [
        "763cb144-afdb-471e-bd86-d4f5b9b58641"
    ],
    "album": "Bright Future",
    "release_id": "ab35a6ae-4d6f-42b3-a7df-3dbb6c6c4d72",
    "release_group_id": "60db66ba-34f8-4a1d-b91a-67e85cfcb269",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Adrianne Lenker (of Big Thief) will perform @ Seattle's Paramount Theatre on June 22! Get your tickets now!\nhttps://www.stgpresents.org/paramount/events",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}