Information about plays

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

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

{
    "id": 342868,
    "uri": "https://api.kexp.org/v2/plays/342868/?format=api",
    "airdate": "2019-06-18T07:45:57-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "http://coverartarchive.org/release/34ef5fdd-18e4-46ab-90ca-e3547a3a303e/21551537625-250.jpg",
    "thumbnail_uri": "",
    "song": "The Commander Thinks Aloud",
    "track_id": "6e36fb3a-c3df-34fd-b42f-a1d01df8a4c5",
    "recording_id": null,
    "artist": "The Long Winters",
    "artist_ids": [
        "966bd819-2ba1-4e1b-9d35-72385937e8ed"
    ],
    "album": "Ultimatum",
    "release_id": "34ef5fdd-18e4-46ab-90ca-e3547a3a303e",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2005-10-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "a song about a military man...what could be next?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}