Information about plays

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

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

{
    "id": 450941,
    "uri": "https://api.kexp.org/v2/plays/450941/?format=api",
    "airdate": "2001-08-01T04:56:40-07:00",
    "show": 7626,
    "show_uri": "https://api.kexp.org/v2/shows/7626/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41F3S4FMWYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41F3S4FMWYL._SL75_.jpg",
    "song": "House Where Nobody Lives",
    "track_id": "dd6e0f0e-5192-468d-8839-982c1b59db87",
    "recording_id": null,
    "artist": "King Ernest",
    "artist_ids": [
        "da3a1fb4-a16e-4c28-86fc-d7b8a71f5451"
    ],
    "album": "Not the Same Old Blues Crap II",
    "release_id": "5ad444d4-4a1f-421f-a39c-d56516a2f0b7",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2001-06-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}