Information about plays

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

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

{
    "id": 355605,
    "uri": "https://api.kexp.org/v2/plays/355605/?format=api",
    "airdate": "2019-07-17T13:25:44-07:00",
    "show": 5925,
    "show_uri": "https://api.kexp.org/v2/shows/5925/?format=api",
    "image_uri": "http://coverartarchive.org/release/f33899d7-3e87-4234-8b3b-1eebbadf21fd/21355534998-250.jpg",
    "thumbnail_uri": "",
    "song": "Bird",
    "track_id": "e892bba9-fff7-4b1b-b028-9d9ec6ecadcd",
    "recording_id": null,
    "artist": "Kelly Lee Owens",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26"
    ],
    "album": "Kelly Lee Owens",
    "release_id": "f33899d7-3e87-4234-8b3b-1eebbadf21fd",
    "release_group_id": null,
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2017-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}