Information about plays

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

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

{
    "id": 442527,
    "uri": "https://api.kexp.org/v2/plays/442527/?format=api",
    "airdate": "2001-07-07T10:22:00-07:00",
    "show": 7467,
    "show_uri": "https://api.kexp.org/v2/shows/7467/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VM%2Be3ldfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VM%2Be3ldfL._SL75_.jpg",
    "song": "Deck of Cards",
    "track_id": "57e9982d-e88f-43ac-b633-6a2057870894",
    "recording_id": null,
    "artist": "Prince Far I",
    "artist_ids": [
        "86f26c3e-c6ac-4829-ac22-f1a2133d4ffe"
    ],
    "album": "Classic Reggae: The Deejays: The Best of the Original 1970s Reggae DJs",
    "release_id": "7cdcbf14-ba54-40c4-b803-6cd8eb9efbdf",
    "release_group_id": null,
    "labels": [
        "Joe Gibbs"
    ],
    "label_ids": [
        "562874a3-94e5-49f5-92b6-d677433bf874"
    ],
    "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"
}