Information about plays

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

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

{
    "id": 470988,
    "uri": "https://api.kexp.org/v2/plays/470988/?format=api",
    "airdate": "2001-09-28T19:26:40-07:00",
    "show": 8017,
    "show_uri": "https://api.kexp.org/v2/shows/8017/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VqUizN0OL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VqUizN0OL._SL75_.jpg",
    "song": "Feelin' Kinda Lucky",
    "track_id": "6b1e530c-aa49-4bdb-9915-a6bac44e7781",
    "recording_id": null,
    "artist": "Big Sandy & His Fly-Rite Boys",
    "artist_ids": [
        "1c862e9b-6ada-423a-a4b0-d43cce8e1b0e"
    ],
    "album": "Feelin' Kinda Lucky",
    "release_id": "4305c43f-9a27-4a53-88e2-3598508f03ee",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}