Information about plays

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

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

{
    "id": 2678516,
    "uri": "https://api.kexp.org/v2/plays/2678516/?format=api",
    "airdate": "2019-12-26T20:34:01-08:00",
    "show": 46229,
    "show_uri": "https://api.kexp.org/v2/shows/46229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whiskey and Me",
    "track_id": "a2d3523f-7c9b-3098-899c-9658dba1b861",
    "recording_id": null,
    "artist": "David Vanian and the Phantom Chords",
    "artist_ids": [
        "92696c7b-f28c-481d-82d9-d836b5d1729a"
    ],
    "album": "David Vanian and the Phantom Chords",
    "release_id": "859b4e48-9ac9-4285-b8f1-4b4c47d3cea0",
    "release_group_id": null,
    "labels": [
        "Chiswick"
    ],
    "label_ids": [
        "b6bc9c68-0913-42d7-b0c6-3002a9147732"
    ],
    "release_date": "1995-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dave from the Damned",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}