Information about plays

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

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

{
    "id": 374451,
    "uri": "https://api.kexp.org/v2/plays/374451/?format=api",
    "airdate": "2019-08-30T11:56:58-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "http://coverartarchive.org/release/ebabd591-93bf-46f7-8534-c7b0beee6a86/6366250157-250.jpg",
    "thumbnail_uri": "",
    "song": "After the Disco",
    "track_id": "c2edc61b-3e77-4fb7-a38f-b88b3000c876",
    "recording_id": null,
    "artist": "Broken Bells",
    "artist_ids": [
        "62d364d2-550b-420e-b918-b3bd1e4a2efc"
    ],
    "album": "After the Disco",
    "release_id": "ebabd591-93bf-46f7-8534-c7b0beee6a86",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2014-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}