Information about plays

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

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

{
    "id": 425967,
    "uri": "https://api.kexp.org/v2/plays/425967/?format=api",
    "airdate": "2001-05-19T06:52:30-07:00",
    "show": 7146,
    "show_uri": "https://api.kexp.org/v2/shows/7146/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BOm3Uz%2BvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BOm3Uz%2BvL._SL75_.jpg",
    "song": "Double Rail",
    "track_id": "dafa4f7c-1b4e-44b4-a85a-651daad72605",
    "recording_id": null,
    "artist": "Pan•American",
    "artist_ids": [
        "eeef9e6a-460b-49ca-840f-b55481b47297"
    ],
    "album": "360 Business / 360 Bypass",
    "release_id": "0cb33741-770a-4c52-8aab-6b2374afd13a",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}