Information about plays

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

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

{
    "id": 375654,
    "uri": "https://api.kexp.org/v2/plays/375654/?format=api",
    "airdate": "2019-09-02T15:18:26-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "http://coverartarchive.org/release/f6291dc1-46e5-4e27-918a-13c2233404da/23792674262-250.jpg",
    "thumbnail_uri": "",
    "song": "Beetlejuice",
    "track_id": "0de0b20e-bdd9-49ce-a7d8-197a5b82a478",
    "recording_id": null,
    "artist": "Mariah the Scientist",
    "artist_ids": [
        "5fc55ebf-21bd-4eda-954c-dd250132331e"
    ],
    "album": "Beetlejuice",
    "release_id": "f6291dc1-46e5-4e27-918a-13c2233404da",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2019-08-08",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album from Atlanta based artist",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}