Information about plays

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

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

{
    "id": 377367,
    "uri": "https://api.kexp.org/v2/plays/377367/?format=api",
    "airdate": "2019-09-06T07:03:03-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/28e8154b-e979-4fbf-bcb6-0264cfc7012a/7236314488-250.jpg",
    "thumbnail_uri": "",
    "song": "Rockaway Beach",
    "track_id": "0e22148d-9c83-3eec-9f72-fb4864c76148",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Rocket to Russia",
    "release_id": "28e8154b-e979-4fbf-bcb6-0264cfc7012a",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rockaway Beach became the favoured hangout for young Doug Colvin (later aka Dee Dee Ramone) after he escaped with his mother from an alcoholic father in Germany and moved to New York City when he was 15.\" Read the story behind the song:  https://www.loudersound.com/features/the-story-behind-the-song-the-ramones-rockaway-beach",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}