Information about plays

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

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

{
    "id": 371039,
    "uri": "https://api.kexp.org/v2/plays/371039/?format=api",
    "airdate": "2019-08-22T21:39:28-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "http://coverartarchive.org/release/53a0cd48-3ac6-3da2-abe6-13c99c94fb85/4087872310-250.jpg",
    "thumbnail_uri": "",
    "song": "Six Days",
    "track_id": "93cf4023-598b-3056-8ebc-8fe25624a08c",
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "The Private Press",
    "release_id": "53a0cd48-3ac6-3da2-abe6-13c99c94fb85",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Private Press is the second studio album by American hip hop producer DJ Shadow, released on June 4, 2002 by MCA Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}