Information about plays

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

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

{
    "id": 466896,
    "uri": "https://api.kexp.org/v2/plays/466896/?format=api",
    "airdate": "2001-09-16T23:50:00-07:00",
    "show": 7943,
    "show_uri": "https://api.kexp.org/v2/shows/7943/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cHjoQ4WGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cHjoQ4WGL._SL75_.jpg",
    "song": "Reservation Blues",
    "track_id": "35ae1c40-5ef9-49e5-9168-bf15c0737920",
    "recording_id": null,
    "artist": "Don Pullen",
    "artist_ids": [
        "7a31f6c3-92cd-4b9d-b929-f168ef12b8cd"
    ],
    "album": "Sacred Common Ground",
    "release_id": "e38b6d5c-93e6-48d4-b294-6d606972964e",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "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"
}