Information about plays

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

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

{
    "id": 377728,
    "uri": "https://api.kexp.org/v2/plays/377728/?format=api",
    "airdate": "2019-09-06T23:46:18-07:00",
    "show": 6283,
    "show_uri": "https://api.kexp.org/v2/shows/6283/?format=api",
    "image_uri": "http://coverartarchive.org/release/b4b96943-5dd5-4f34-956a-7a2d0356476a/9197142551-250.jpg",
    "thumbnail_uri": "",
    "song": "Back to the Future, Part I",
    "track_id": "c61f69b2-d415-426d-bcc2-82ecca0722f0",
    "recording_id": null,
    "artist": "D’Angelo and The Vanguard",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Black Messiah",
    "release_id": "b4b96943-5dd5-4f34-956a-7a2d0356476a",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2014-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}