Information about plays

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

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

{
    "id": 374064,
    "uri": "https://api.kexp.org/v2/plays/374064/?format=api",
    "airdate": "2019-08-29T16:08:17-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "http://coverartarchive.org/release/9cc21621-2504-4a04-b42e-31a334ff42fa/9728087443-250.jpg",
    "thumbnail_uri": "",
    "song": "I'll Feel a Whole Lot Better",
    "track_id": "101fd30b-7954-30d0-a831-311e83490cf3",
    "recording_id": null,
    "artist": "The Byrds",
    "artist_ids": [
        "2819834e-4e08-47b0-a2c4-b7672318e8f0"
    ],
    "album": "The Original Singles 1965–1967, Volume 1",
    "release_id": "9cc21621-2504-4a04-b42e-31a334ff42fa",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I made many copies of this CD and gave them to everyone in my life that helped me get through that year.\" - Bjorn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}