Information about plays

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

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

{
    "id": 371967,
    "uri": "https://api.kexp.org/v2/plays/371967/?format=api",
    "airdate": "2019-08-25T01:04:00-07:00",
    "show": 6196,
    "show_uri": "https://api.kexp.org/v2/shows/6196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Venefic Noose",
    "track_id": "abd7329e-82a6-4a74-b65d-5b102d42b0fd",
    "recording_id": null,
    "artist": "Reversed",
    "artist_ids": [
        "171c060f-b758-4b1a-a035-1cfe5cece096"
    ],
    "album": "Widow Recluse",
    "release_id": "1e45b6c8-e958-40ce-9b31-3f50f4d2e5e7",
    "release_group_id": null,
    "labels": [
        "Muerto en la cruz"
    ],
    "label_ids": [],
    "release_date": "2018-09-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Reversed will be playing Eliminator Fest at El Corazon and The Funhouse with Morbid Saint and Solicitor during the weekend of September 27th - 28th. https://www.facebook.com/pg/Reversedmetalofdeath/events/?ref=page_internal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}