Information about plays

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

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

{
    "id": 375655,
    "uri": "https://api.kexp.org/v2/plays/375655/?format=api",
    "airdate": "2019-09-02T15:22:07-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "http://coverartarchive.org/release/21439751-dcdc-43b5-8f18-2d12475bcae0/21459482344-250.jpg",
    "thumbnail_uri": "",
    "song": "Under the Sun",
    "track_id": "9e8ef19f-b73d-4cc9-abb3-2f13d31f8cb7",
    "recording_id": null,
    "artist": "Spellling",
    "artist_ids": [
        "25521b37-fcf4-4204-8dca-e28bcda1e004"
    ],
    "album": "Mazy Fly",
    "release_id": "21439751-dcdc-43b5-8f18-2d12475bcae0",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2019-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can catch Spellling @ Crocodile opening for Boy Harsher Thursday, Oct. 3 (21+)! https://www.thecrocodile.com/e/boy-harsher-61198102171/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}