Information about plays

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

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

{
    "id": 1276974,
    "uri": "https://api.kexp.org/v2/plays/1276974/?format=api",
    "airdate": "2007-09-08T23:35:00-07:00",
    "show": 22348,
    "show_uri": "https://api.kexp.org/v2/shows/22348/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21sxZmwI0tL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21sxZmwI0tL._SL75_.jpg",
    "song": "Beyond the Grave",
    "track_id": "25b7a469-5e32-43b0-a2d9-3a128dd1349d",
    "recording_id": null,
    "artist": "Lubricated Goat",
    "artist_ids": [
        "43034f79-d08f-49e3-a9f0-54b9b6a28508"
    ],
    "album": "Plays The Devil's Music",
    "release_id": "afedf695-5141-44c5-a898-27339d589b8c",
    "release_group_id": null,
    "labels": [
        "Amphetamine Reptile Records"
    ],
    "label_ids": [
        "0e17e742-057c-4ee8-af67-cf9090089877"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}