Information about plays

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

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

{
    "id": 3422101,
    "uri": "https://api.kexp.org/v2/plays/3422101/?format=api",
    "airdate": "2024-11-06T12:53:32-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia800408.us.archive.org/18/items/mbid-4331ea73-77e1-3213-a840-5e4e74180f93/mbid-4331ea73-77e1-3213-a840-5e4e74180f93-2609487756_thumb500.jpg",
    "thumbnail_uri": "https://ia800408.us.archive.org/18/items/mbid-4331ea73-77e1-3213-a840-5e4e74180f93/mbid-4331ea73-77e1-3213-a840-5e4e74180f93-2609487756_thumb250.jpg",
    "song": "Where Do I Begin",
    "track_id": "a46d6ced-6cef-35e1-be77-a5ff56efe389",
    "recording_id": "5c9a4578-b50a-486e-a7b0-49c2d9bf7c5d",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Dig Your Own Hole",
    "release_id": "4331ea73-77e1-3213-a840-5e4e74180f93",
    "release_group_id": "69f4aa7f-d760-3890-bd2a-902fb9abe40b",
    "labels": [
        "Freestyle Dust",
        "Virgin"
    ],
    "label_ids": [
        "86b88c78-b21f-4711-a43d-991d8d1db10b",
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1997-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This woozy and deeply hungover-sounding song shows that The Chemical Brothers are as comfortable soundtracking the morning after as they are the night before....Orton sounds frazzled and regretful over a soothing soundbed of backward guitar loops and stray synth burbles. But her reverie is soon interrupted by a crashing beat, as if representing the headache to come.\"\nYou can listen to The Chemical Brothers '20 best Songs' here:\nhttps://www.udiscovermusic.com/stories/the-chemical-brothers-in-20-songs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}