Information about plays

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

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

{
    "id": 421979,
    "uri": "https://api.kexp.org/v2/plays/421979/?format=api",
    "airdate": "2001-05-07T08:56:40-07:00",
    "show": 7070,
    "show_uri": "https://api.kexp.org/v2/shows/7070/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jTNzD5IfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jTNzD5IfL._SL75_.jpg",
    "song": "Work",
    "track_id": "e651d44f-ca27-40d7-b740-8932f648a1f1",
    "recording_id": null,
    "artist": "Thelonious Monk & Sonny Rollins",
    "artist_ids": [
        "2d92fb11-8174-4b8a-8ee8-83e1f7ec0305"
    ],
    "album": "Thelonious Monk & Sonny Rollins",
    "release_id": "141a5eb0-076b-4066-bdf7-a43dd4d5baa2",
    "release_group_id": null,
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1996-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}