Information about plays

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

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

{
    "id": 429710,
    "uri": "https://api.kexp.org/v2/plays/429710/?format=api",
    "airdate": "2001-05-30T19:00:00-07:00",
    "show": 7222,
    "show_uri": "https://api.kexp.org/v2/shows/7222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dark Was the Night",
    "track_id": "1b0ad55b-cbb4-4d2f-b466-0ac14870d70c",
    "recording_id": null,
    "artist": "Blind Willie Johnson",
    "artist_ids": [
        "8a14c00b-4779-44e4-9b2e-4cc9dcd92e9b"
    ],
    "album": "Dark Was the Night",
    "release_id": "9ea72c2a-98fc-4887-a3c8-1d60fd28e480",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}