Information about plays

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

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

{
    "id": 368834,
    "uri": "https://api.kexp.org/v2/plays/368834/?format=api",
    "airdate": "2019-08-17T21:27:47-07:00",
    "show": 6147,
    "show_uri": "https://api.kexp.org/v2/shows/6147/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Master Bate Wave",
    "track_id": null,
    "recording_id": null,
    "artist": "Yolz in The Sky",
    "artist_ids": [
        "0d8dcb78-ce36-4b9e-9e2f-6d5885056977"
    ],
    "album": "S/T",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Less Than TV"
    ],
    "label_ids": [
        "10b794cc-e543-4852-ab23-9dd8f2a111eb"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}