Information about plays

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

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

{
    "id": 2683203,
    "uri": "https://api.kexp.org/v2/plays/2683203/?format=api",
    "airdate": "2020-01-07T09:52:19-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca69bae7-9191-3bca-ba91-c65bd968b4fc/16443086809-250.jpg",
    "thumbnail_uri": "",
    "song": "Love Buzz",
    "track_id": "e874b79e-3424-3a11-9fe0-e75a643e06da",
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Bleach",
    "release_id": "ca69bae7-9191-3bca-ba91-c65bd968b4fc",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2009-11-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This was Nirvana's first single.It is a cover of a song by the Dutch band Shocking Blue, whose version released in 1967 didn't make the charts.  https://bit.ly/304SKaL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}