Information about plays

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

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

{
    "id": 355589,
    "uri": "https://api.kexp.org/v2/plays/355589/?format=api",
    "airdate": "2019-07-17T12:24:23-07:00",
    "show": 5925,
    "show_uri": "https://api.kexp.org/v2/shows/5925/?format=api",
    "image_uri": "http://coverartarchive.org/release/07547303-ec7d-48ff-a0b2-f395092e46e0/9934969878-250.jpg",
    "thumbnail_uri": "",
    "song": "Highwire Days",
    "track_id": "2e090d9c-89b1-3bb3-a84f-6c4c29b9c233",
    "recording_id": null,
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Mirror Moves",
    "release_id": "07547303-ec7d-48ff-a0b2-f395092e46e0",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}