Information about plays

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

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

{
    "id": 3437265,
    "uri": "https://api.kexp.org/v2/plays/3437265/?format=api",
    "airdate": "2024-12-12T18:35:41-08:00",
    "show": 62091,
    "show_uri": "https://api.kexp.org/v2/shows/62091/?format=api",
    "image_uri": "https://ia802801.us.archive.org/3/items/mbid-5384436a-1e50-41aa-91d0-a36ec880258b/mbid-5384436a-1e50-41aa-91d0-a36ec880258b-20682382735_thumb500.jpg",
    "thumbnail_uri": "https://ia802801.us.archive.org/3/items/mbid-5384436a-1e50-41aa-91d0-a36ec880258b/mbid-5384436a-1e50-41aa-91d0-a36ec880258b-20682382735_thumb250.jpg",
    "song": "True Loves",
    "track_id": "1ea65fa3-b83c-3521-bf0a-7ff102ee70d0",
    "recording_id": "50a489e7-4e16-46f3-b65e-2116b54c187d",
    "artist": "Hooray for Earth",
    "artist_ids": [
        "6bb9c3d8-d9e2-4f45-9ddc-a1c65b0f4fc9"
    ],
    "album": "True Loves",
    "release_id": "5384436a-1e50-41aa-91d0-a36ec880258b",
    "release_group_id": "74f41a2d-f97d-4114-9ebf-0e3311271d38",
    "labels": [
        "Dovecote"
    ],
    "label_ids": [
        "995e3be2-43be-4065-bc5a-61990beef9b6"
    ],
    "release_date": "2011-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Consequence of Sound reviewed Hooray for Earth's 2011 release, calling it \"an unrelenting pop assault. From the first track to the closer, each song sweeps the listener up in massive hooks. Each second of this record is mixed with layer upon layer of synthesizers, all sandwiched between deep, rolling basslines, and Noel Heroux’s reverb-drenched voice filling out the top end.\"  Review: https://bit.ly/33OXOnf\n\nhttps://hoorayforearth.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}