Information about plays

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

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

{
    "id": 343634,
    "uri": "https://api.kexp.org/v2/plays/343634/?format=api",
    "airdate": "2019-06-19T20:14:47-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Milneburg Joys",
    "track_id": "9b8d12bc-056b-3b92-aecc-d210404ed371",
    "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": "A second line assembled for Dr. John in New Orleans on the day after he passed, outside Kermit Ruffins' Mother-in-Law Lounge: https://www.nola.com/entertainment/2019/06/dr-johns-second-line-parade-rambled-through-the-treme-friday.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}