Information about plays

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

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

{
    "id": 351725,
    "uri": "https://api.kexp.org/v2/plays/351725/?format=api",
    "airdate": "2019-07-08T13:50:47-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Iodine",
    "track_id": "559d5239-0961-3d13-be6e-e3c1d6f7ad27",
    "recording_id": null,
    "artist": "Jawbox",
    "artist_ids": [
        "016fba14-1fc6-4986-86c2-2113ec9b28de"
    ],
    "album": "Jawbox",
    "release_id": "c52fe28f-7fb5-449d-ac49-c2b339405c78",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jawbox is LIVE on KEXP tomorrow, Tues. July 9, at 12pm. Playing tomorrow night at Neumos!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}