Information about plays

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

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

{
    "id": 450494,
    "uri": "https://api.kexp.org/v2/plays/450494/?format=api",
    "airdate": "2001-07-30T23:37:30-07:00",
    "show": 7619,
    "show_uri": "https://api.kexp.org/v2/shows/7619/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51X0J3JCE7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51X0J3JCE7L._SL75_.jpg",
    "song": "Angels Rush In",
    "track_id": null,
    "recording_id": null,
    "artist": "Versus",
    "artist_ids": [
        "ee7db106-6996-42a9-981d-b2d55a9b8366"
    ],
    "album": "Secret Swingers",
    "release_id": "789b5a36-11b5-4407-bea2-b1b5680caf22",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}