Information about plays

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

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

{
    "id": 343601,
    "uri": "https://api.kexp.org/v2/plays/343601/?format=api",
    "airdate": "2019-06-19T18:07:36-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Thought I Heard Buddy Bolden Say",
    "track_id": "0c497a21-4726-356a-86b5-7ffcb424143e",
    "recording_id": null,
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Goin' Back to New Orleans",
    "release_id": "8395c202-a0fa-4d3f-acf2-2f7b888fb73c",
    "release_group_id": null,
    "labels": [
        "WB Records"
    ],
    "label_ids": [],
    "release_date": "1992-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jelly Roll Morton tune ; celebrating the unmatchable Dr. John tonight, RIP. https://kexp.org/read/2019/6/6/rip-dr-john/?t=1560991397783",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}