Information about plays

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

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

{
    "id": 369282,
    "uri": "https://api.kexp.org/v2/plays/369282/?format=api",
    "airdate": "2019-08-19T01:40:00-07:00",
    "show": 6157,
    "show_uri": "https://api.kexp.org/v2/shows/6157/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Matter",
    "track_id": "14d85876-30e0-3527-9eab-07db30904945",
    "recording_id": null,
    "artist": "Robert Glasper",
    "artist_ids": [],
    "album": "Double Booked",
    "release_id": "a898aa0f-c949-4945-9eec-c6bfdae0c43a",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}