Information about plays

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

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

{
    "id": 1292958,
    "uri": "https://api.kexp.org/v2/plays/1292958/?format=api",
    "airdate": "2007-10-19T23:12:53-07:00",
    "show": 22620,
    "show_uri": "https://api.kexp.org/v2/shows/22620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419G6W43A1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419G6W43A1L._SL75_.jpg",
    "song": "Ain't Going Down",
    "track_id": "575637a1-c4e3-4e7a-930d-bd6f4788d70a",
    "recording_id": null,
    "artist": "Hardknox",
    "artist_ids": [
        "b8cf33e5-9bb7-4beb-b35c-826acecdbdf7"
    ],
    "album": "Hardknox",
    "release_id": "e1b6a5df-d714-47f7-a00c-1d9221c115cb",
    "release_group_id": null,
    "labels": [
        "Zomba Label Group"
    ],
    "label_ids": [
        "fb021b90-fe5f-4a98-9939-0b63e35341d6"
    ],
    "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"
}