Information about plays

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

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

{
    "id": 345716,
    "uri": "https://api.kexp.org/v2/plays/345716/?format=api",
    "airdate": "2019-06-24T23:44:03-07:00",
    "show": 5765,
    "show_uri": "https://api.kexp.org/v2/shows/5765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Canon 2: The Ink Ran Through",
    "track_id": "3571f5e2-5641-4a5e-9bea-c7a165c8deb9",
    "recording_id": null,
    "artist": "Erik Blood",
    "artist_ids": [
        "bb5edacd-c97d-42df-9174-2fa7abbf69ee"
    ],
    "album": "Canons, Vol. 1",
    "release_id": "68579896-1e9d-471d-a97c-719cbe8b5663",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2014-09-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Erik Blood's hauntingly beautiful In-Studio from 2016: https://www.youtube.com/watch?v=qws_kcUVH2k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}