Information about plays

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

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

{
    "id": 375504,
    "uri": "https://api.kexp.org/v2/plays/375504/?format=api",
    "airdate": "2019-09-02T06:04:29-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "http://coverartarchive.org/release/05b83848-1a92-4305-8e1c-536cf58e61f7/14708943972-250.jpg",
    "thumbnail_uri": "",
    "song": "Let Me Get There",
    "track_id": "49a5319a-4060-46ec-a3c5-757bf0d9dd52",
    "recording_id": null,
    "artist": "Hope Sandoval & the Warm Inventions feat. Kurt Vile",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2"
    ],
    "album": "Until the Hunter",
    "release_id": "05b83848-1a92-4305-8e1c-536cf58e61f7",
    "release_group_id": null,
    "labels": [
        "Tendril Tales"
    ],
    "label_ids": [
        "8c4e4aff-7d8e-482d-821b-32b1c9745e7d"
    ],
    "release_date": "2016-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sandoval directed the video for this song. You can watch it at https://www.youtube.com/watch?v=SIpYJOiPAsY which features creepy head sculptures juxtaposed against calming sea and sky scenery.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}