Information about plays

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

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

{
    "id": 427266,
    "uri": "https://api.kexp.org/v2/plays/427266/?format=api",
    "airdate": "2001-05-23T14:03:31-07:00",
    "show": 7176,
    "show_uri": "https://api.kexp.org/v2/shows/7176/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gin and Juice '95",
    "track_id": "bbe381b1-b2b8-4855-9710-c2c373bea64d",
    "recording_id": null,
    "artist": "Sissy Bar",
    "artist_ids": [
        "170ad5fe-5d69-4120-b5d1-456f9dab7a98"
    ],
    "album": "Magic Bunny EP",
    "release_id": "fa8ff294-d3fd-42d3-a3cb-dacaae8e0e3f",
    "release_group_id": null,
    "labels": [
        "Love Kit Records"
    ],
    "label_ids": [
        "1c61c944-dbf1-4237-a0ff-e34b840c9c0c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}