Information about plays

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

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

{
    "id": 378624,
    "uri": "https://api.kexp.org/v2/plays/378624/?format=api",
    "airdate": "2019-09-09T06:26:35-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "http://coverartarchive.org/release/573446f1-674b-4d87-b648-9e0d26ca8398/24035504527-250.jpg",
    "thumbnail_uri": "",
    "song": "It's Coming It's Real",
    "track_id": "056bbb83-0398-417e-a5a8-71857adf61e9",
    "recording_id": null,
    "artist": "Swans",
    "artist_ids": [
        "3285dc48-9505-469d-ad8a-bdf2d3dba632"
    ],
    "album": "Leaving Meaning",
    "release_id": "573446f1-674b-4d87-b648-9e0d26ca8398",
    "release_group_id": null,
    "labels": [
        "Young God Records"
    ],
    "label_ids": [
        "c65192b1-e0cd-48fe-981c-5eea4569ca04"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swans frontman Michael Gira says \"“Leaving Meaning is the first Swans album to be released since I dissolved the lineup of musicians that constituted Swans from 2010 - 2017. Swans is now comprised of a revolving cast of musicians, selected for both their musical and personal character, chosen according to what I intuit best suits the atmosphere in which I’d like to see the songs I’ve written presented.\" https://younggodrecords.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}