Information about plays

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

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

{
    "id": 377971,
    "uri": "https://api.kexp.org/v2/plays/377971/?format=api",
    "airdate": "2019-09-07T00:00:00-07:00",
    "show": 6283,
    "show_uri": "https://api.kexp.org/v2/shows/6283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Interlude",
    "track_id": "a4ebc15e-00b1-4859-a4d7-c1a67b9187e6",
    "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": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}