Information about plays

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

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

{
    "id": 376691,
    "uri": "https://api.kexp.org/v2/plays/376691/?format=api",
    "airdate": "2019-09-04T18:58:15-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Revival",
    "track_id": "126bcc82-b2fa-4195-9a01-4535dd53092b",
    "recording_id": null,
    "artist": "Martha Scanlan",
    "artist_ids": [
        "5fc470b5-e248-400f-bf63-1a10b5964544"
    ],
    "album": "The River And The Light",
    "release_id": "bcfeb8f1-a488-40ba-9487-ed9fea12262d",
    "release_group_id": null,
    "labels": [
        "Rock Ridge Music"
    ],
    "label_ids": [
        "0480b5a9-881b-481c-8ef7-2643f569c876"
    ],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interview with the Montana musician: https://thebluegrasssituation.com/read/martha-scanlan-explores-the-depths-of-the-river-and-the-light ; https://www.marthascanlan.com ; https://www.facebook.com/marthascanlanmusic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}