Information about plays

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

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

{
    "id": 1384345,
    "uri": "https://api.kexp.org/v2/plays/1384345/?format=api",
    "airdate": "2008-06-11T10:18:58-07:00",
    "show": 24168,
    "show_uri": "https://api.kexp.org/v2/shows/24168/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412A26P011L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412A26P011L._SL75_.jpg",
    "song": "Don't Dance Her Down",
    "track_id": "c0cb15cf-ab15-4eb3-9e5a-a64109559a09",
    "recording_id": null,
    "artist": "The Fiery Furnaces",
    "artist_ids": [
        "2c916f95-f6ba-46fa-b9d8-dc0d9379f603"
    ],
    "album": "Gallowsbird's Bark",
    "release_id": "faae9bdb-be35-429e-87c8-e26e896051fd",
    "release_group_id": null,
    "labels": [
        "Rough Trade America"
    ],
    "label_ids": [
        "df7754b9-fc08-4f71-a1c7-fd5ea330c051"
    ],
    "release_date": "2003-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}