Information about plays

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

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

{
    "id": 487597,
    "uri": "https://api.kexp.org/v2/plays/487597/?format=api",
    "airdate": "2001-11-17T12:36:00-08:00",
    "show": 8342,
    "show_uri": "https://api.kexp.org/v2/shows/8342/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YyO8fiwWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YyO8fiwWL._SL75_.jpg",
    "song": "Jasper Country Man",
    "track_id": "b86fec03-c56a-4e35-b482-f9f7374df58c",
    "recording_id": null,
    "artist": "Bobbi Humphrey",
    "artist_ids": [
        "59479c29-54ce-429d-9ef8-b7005cd1b6be"
    ],
    "album": "Blacks and Blues",
    "release_id": "5b165336-9e96-43ca-a28e-b6849669fa47",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}