Information about plays

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

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

{
    "id": 2679110,
    "uri": "https://api.kexp.org/v2/plays/2679110/?format=api",
    "airdate": "2019-12-28T10:33:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vengeance in Dub",
    "track_id": null,
    "recording_id": null,
    "artist": "Yabby U",
    "artist_ids": [
        "3608221f-7ee6-4997-84e0-28353b2e5530"
    ],
    "album": "Dub It to the Top 1976-1979",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 18 track album“Dub It to the Top: 1976-1979” brings together a complete King Tubby mixed album of Yabby You material, along with a handful of dubs released as the B-sides to various singles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}