Information about plays

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

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

{
    "id": 366082,
    "uri": "https://api.kexp.org/v2/plays/366082/?format=api",
    "airdate": "2019-08-11T17:52:00-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Broke a Couple of Rules",
    "track_id": "00795c67-5e3f-4458-a5d1-f25f8160bebb",
    "recording_id": null,
    "artist": "Dan the Automator",
    "artist_ids": [
        "33945eeb-e2d2-4257-a199-661cbadcf8af"
    ],
    "album": "Booksmart (Original Motion Picture Score)",
    "release_id": "f0c5de81-d7ca-4144-9f5f-dda76d26ef08",
    "release_group_id": null,
    "labels": [
        "Lakeshore Records"
    ],
    "label_ids": [
        "7c4964d4-173c-4802-b7ef-8a20181c54f5"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}