Information about plays

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

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

{
    "id": 3436365,
    "uri": "https://api.kexp.org/v2/plays/3436365/?format=api",
    "airdate": "2024-12-10T15:38:37-08:00",
    "show": 62074,
    "show_uri": "https://api.kexp.org/v2/shows/62074/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Behavior",
    "track_id": null,
    "recording_id": "92b52a2c-1d14-4cd6-a9e0-6e2ef5608f7f",
    "artist": "LLORA",
    "artist_ids": [
        "b9732668-add3-43b3-9852-9b38e9d02794"
    ],
    "album": "Bad Behavior",
    "release_id": null,
    "release_group_id": "bb8e2a31-fc50-4df4-a154-e6e36cb9542f",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Jeff!\n---\nEmerging from Dallas’ burgeoning underground, LLORA is the solo project of synth-pop vocalist and producer Llandon Broadhead whose enigmatic persona meets head-on with cold, driving dance beats on their debut single “Bad Behavior.”\n\nhttps://llora.bandcamp.com/track/bad-behavior",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}