Information about plays

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

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

{
    "id": 3421792,
    "uri": "https://api.kexp.org/v2/plays/3421792/?format=api",
    "airdate": "2024-11-05T17:05:07-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia902707.us.archive.org/34/items/mbid-a105b39d-24f9-4399-b086-779ecc1370b3/mbid-a105b39d-24f9-4399-b086-779ecc1370b3-35864445495_thumb500.jpg",
    "thumbnail_uri": "https://ia902707.us.archive.org/34/items/mbid-a105b39d-24f9-4399-b086-779ecc1370b3/mbid-a105b39d-24f9-4399-b086-779ecc1370b3-35864445495_thumb250.jpg",
    "song": "Enjoy Your Life",
    "track_id": "387c8b29-710a-4676-9b88-f9feb67c8cc7",
    "recording_id": "ec8f268b-549f-4db5-adb4-56c00b603115",
    "artist": "Romy",
    "artist_ids": [
        "b46efb1e-ecd9-4044-9820-14c64c2d657e"
    ],
    "album": "Mid Air",
    "release_id": "a105b39d-24f9-4399-b086-779ecc1370b3",
    "release_group_id": "c678d042-12c1-48ce-8557-71e847aa7831",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2023-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Co-produced by Jamie xx alongside Stuart Price and Fred Again, this song samples the legendary Canadian jazz singer Beverly Glenn-Copeland's \"La Vita.\" Romy wrote this track and she was taken (by Robyn!) to see Copeland perform live in Stockholm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}