Information about plays

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

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

{
    "id": 2680671,
    "uri": "https://api.kexp.org/v2/plays/2680671/?format=api",
    "airdate": "2020-01-01T04:27:49-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "https://coverartarchive.org/release/168b955e-692e-4160-a70e-5dd10b78dcad/8433111185-250.jpg",
    "thumbnail_uri": "",
    "song": "Wash.",
    "track_id": "06df3340-3c37-3824-901e-a8e0c01b17a6",
    "recording_id": null,
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "Bon Iver, Bon Iver",
    "release_id": "168b955e-692e-4160-a70e-5dd10b78dcad",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2011-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I assume this is about the state we're in.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}