Information about plays

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

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

{
    "id": 382948,
    "uri": "https://api.kexp.org/v2/plays/382948/?format=api",
    "airdate": "2019-09-19T12:26:00-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Made In The Dark",
    "track_id": null,
    "recording_id": null,
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-09-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "Hot Chip live in the KEXP Studio! <br><br>Catch them tonight at The Showbox and tomorrow night at The Roseland Ballroom in Portland!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}