Information about plays

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

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

{
    "id": 368909,
    "uri": "https://api.kexp.org/v2/plays/368909/?format=api",
    "airdate": "2019-08-18T00:49:00-07:00",
    "show": 6149,
    "show_uri": "https://api.kexp.org/v2/shows/6149/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Domains of Darkness and Ancient Evil",
    "track_id": "3cfcc4b8-2efa-4bf4-ac3c-08427d7d4a70",
    "recording_id": null,
    "artist": "Teitanblood",
    "artist_ids": [
        "e63e2784-31af-437b-8174-31c27641b1e2"
    ],
    "album": "Seven Chalices",
    "release_id": "15f33b4b-9de1-40ce-bd28-eff02c9077f6",
    "release_group_id": null,
    "labels": [
        "The Ajna Offensive"
    ],
    "label_ids": [],
    "release_date": "2009-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Teitanblood is set to release their newest album, The Baneful Choir later this year; https://www.facebook.com/ttnbld.official",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}