Information about plays

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

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

{
    "id": 3429230,
    "uri": "https://api.kexp.org/v2/plays/3429230/?format=api",
    "airdate": "2024-11-23T21:21:58-08:00",
    "show": 61930,
    "show_uri": "https://api.kexp.org/v2/shows/61930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Sistema",
    "track_id": null,
    "recording_id": null,
    "artist": "Atomic Prey",
    "artist_ids": [],
    "album": "Atomic Prey",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Iron Lung Records"
    ],
    "label_ids": [
        "b967c5e5-9817-4bd5-9e14-bbb91f6d9fd6"
    ],
    "release_date": "2024-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Atomic Prey's debut release is fourteen feedback soaked minutes of inspired, hard-hitting noisepunk tackling years of chronic illness, death, demons, poverty, PTSD and inherited ancestral anxiety.\n\nhttps://ironlungrecords.bandcamp.com/album/atomic-prey-lungs-274",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}