Information about plays

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

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

{
    "id": 3415518,
    "uri": "https://api.kexp.org/v2/plays/3415518/?format=api",
    "airdate": "2024-10-21T11:30:06-07:00",
    "show": 61636,
    "show_uri": "https://api.kexp.org/v2/shows/61636/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Euphoric Avenue",
    "track_id": null,
    "recording_id": "784af9de-907b-4ba3-8f90-b9809247581c",
    "artist": "Brijean",
    "artist_ids": [
        "6ddbdf87-fd35-4a72-b3ff-8eabdc2ce46e"
    ],
    "album": "Macro",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2024-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Brijean (of Toro Y Moi and Poolside), collaborates with multi-instrumentalist and producer Doug Stuart. Together they deliver a dreamy, back-room disco; creating an elegant sound with a rhythmic and harmonic palette that evokes 70s disco, 90s house, and sly pop sensibilities\"\n\nhttps://brijean.bandcamp.com/album/macro",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}