Information about plays

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

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

{
    "id": 2683162,
    "uri": "https://api.kexp.org/v2/plays/2683162/?format=api",
    "airdate": "2020-01-07T07:27:15-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9cff0c0-929f-4e07-a0f0-3466374b157b/20269402293-250.jpg",
    "thumbnail_uri": "",
    "song": "Blonde on Blonde",
    "track_id": "0210b7d7-e531-3c1c-9b33-0e28b67feeaf",
    "recording_id": null,
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "Let Go",
    "release_id": "e9cff0c0-929f-4e07-a0f0-3466374b157b",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2003-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nada Surf performing \"Blonde on Blonde\" live on KEXP in May 2018:  https://www.youtube.com/watch?v=IoQkv53swro",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}