Information about plays

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

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

{
    "id": 351933,
    "uri": "https://api.kexp.org/v2/plays/351933/?format=api",
    "airdate": "2019-07-09T03:00:23-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/10a503f6-265a-4850-93bd-78b18fc6e6b8/7486369964-250.jpg",
    "thumbnail_uri": "",
    "song": "Ocean Breathes Salty",
    "track_id": "124dbf00-a358-3722-85da-87a14f3d0f80",
    "recording_id": null,
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Good News for People Who Love Bad News",
    "release_id": "10a503f6-265a-4850-93bd-78b18fc6e6b8",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2004-04-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Isaac Brock, leader singer, guitarist, and occasional banjo player of Modest Mouse, is celebrating his 44th birthday today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}