Information about plays

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

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

{
    "id": 3438327,
    "uri": "https://api.kexp.org/v2/plays/3438327/?format=api",
    "airdate": "2024-12-15T09:00:12-08:00",
    "show": 62116,
    "show_uri": "https://api.kexp.org/v2/shows/62116/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Until We Meet Again",
    "track_id": null,
    "recording_id": "6f6b25eb-0ad4-4101-879b-c2ffcdc14737",
    "artist": "Hermanos Gutierrez",
    "artist_ids": [],
    "album": "Sonido Cósmico",
    "release_id": null,
    "release_group_id": "e62a945c-f07c-4feb-ae5e-f631d0e7f030",
    "labels": [
        "Easy Eye Sound"
    ],
    "label_ids": [
        "895e5b19-d586-4f83-a2aa-2b00d4803ba4"
    ],
    "release_date": "2024-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of my favorite albums of the year!\nCheck out the Swiss-Ecuadorian brothers live on KEXP https://www.youtube.com/watch?v=QaejAfU-rfs \nhttps://hermanosgutierrez.bandcamp.com/album/sonido-c-smico",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}