Information about plays

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

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

{
    "id": 377917,
    "uri": "https://api.kexp.org/v2/plays/377917/?format=api",
    "airdate": "2019-09-07T11:10:22-07:00",
    "show": 6288,
    "show_uri": "https://api.kexp.org/v2/shows/6288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cobra Style",
    "track_id": "f73a1b23-57ad-4ba9-9415-324ab53512e3",
    "recording_id": null,
    "artist": "The Georgetown Orbits",
    "artist_ids": [
        "e73cf58b-6bf1-49c8-8bd4-bd7d17ee2f54"
    ],
    "album": "Solar Flares",
    "release_id": "09f2cf5b-eb7d-46bb-b549-9d6d4f41116b",
    "release_group_id": null,
    "labels": [
        "Ready For Lunch Records"
    ],
    "label_ids": [],
    "release_date": "2018-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Georgetown Orbits performing live TONIGHT (September 7th) at the High Dive alongside The Bandulus and The Seattleites (The Seattleites ALBUM RELEASE)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}