Information about plays

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

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

{
    "id": 369269,
    "uri": "https://api.kexp.org/v2/plays/369269/?format=api",
    "airdate": "2019-08-19T00:23:00-07:00",
    "show": 6157,
    "show_uri": "https://api.kexp.org/v2/shows/6157/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sky Piece",
    "track_id": null,
    "recording_id": null,
    "artist": "Thomas Chapin",
    "artist_ids": [
        "5f1cf793-d4e0-40ff-abf3-883ebcb705f7"
    ],
    "album": "Sky Piece",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Knitting Factory Records"
    ],
    "label_ids": [
        "93c300d9-12f9-4e3a-9809-ef1549896cce"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}