Information about plays

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

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

{
    "id": 378896,
    "uri": "https://api.kexp.org/v2/plays/378896/?format=api",
    "airdate": "2019-09-09T22:30:14-07:00",
    "show": 6308,
    "show_uri": "https://api.kexp.org/v2/shows/6308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Tide",
    "track_id": "c199d52a-3293-4eb2-b404-cfbd350363f9",
    "recording_id": null,
    "artist": "Lemolo",
    "artist_ids": [
        "aea5a115-b437-4d93-aa2e-fd829b8cfd1f"
    ],
    "album": "Swansea",
    "release_id": "b63da2dc-f5ab-4da7-b71d-289a1f012e21",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Lemolo live on KEXP: https://www.youtube.com/watch?v=kEvXw5TYdmA Playing St. Marks on October 12th. Lemolo also have an In-Studio performance on September 18th and 9:30 am. It is open to the public.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}