Information about plays

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

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

{
    "id": 375481,
    "uri": "https://api.kexp.org/v2/plays/375481/?format=api",
    "airdate": "2019-09-02T04:31:54-07:00",
    "show": 6253,
    "show_uri": "https://api.kexp.org/v2/shows/6253/?format=api",
    "image_uri": "http://coverartarchive.org/release/a4b7b8cf-7d12-4e9c-9cad-e28ea24b5cd1/23698265984-250.jpg",
    "thumbnail_uri": "",
    "song": "Ocean of Tears",
    "track_id": "0c850e46-7ef3-4594-8543-d3963df29267",
    "recording_id": null,
    "artist": "Caroline Polachek",
    "artist_ids": [
        "d8f43dc5-4613-48ac-8c23-a62b82f8c67a"
    ],
    "album": "Ocean of Tears",
    "release_id": "a4b7b8cf-7d12-4e9c-9cad-e28ea24b5cd1",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}