Information about plays

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

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

{
    "id": 451754,
    "uri": "https://api.kexp.org/v2/plays/451754/?format=api",
    "airdate": "2001-08-03T10:41:15-07:00",
    "show": 7640,
    "show_uri": "https://api.kexp.org/v2/shows/7640/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/01PN11P58JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/01PN11P58JL._SL75_.jpg",
    "song": "Balloon to the Moon",
    "track_id": "59b44510-c092-45d7-a798-9c3fc16f49f9",
    "recording_id": null,
    "artist": "Pimp Daddy Nash",
    "artist_ids": [
        "4bc7e7e4-d084-4479-b648-c9145d4174db"
    ],
    "album": "Private Leftfield Downtempo Fuzz",
    "release_id": "c9896531-627b-43ad-aa87-fb68df685e5c",
    "release_group_id": null,
    "labels": [
        "World Domination"
    ],
    "label_ids": [
        "020ac1ff-2daf-4937-9022-fdc7782edbd5"
    ],
    "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"
}