Information about plays

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

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

{
    "id": 437911,
    "uri": "https://api.kexp.org/v2/plays/437911/?format=api",
    "airdate": "2001-06-23T22:34:17-07:00",
    "show": 7377,
    "show_uri": "https://api.kexp.org/v2/shows/7377/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Buffalo Club",
    "track_id": "3c809860-0e22-4038-a9a0-c40662cf0b65",
    "recording_id": null,
    "artist": "The Buffalo Bunch",
    "artist_ids": [
        "1a42ecb6-d914-4f25-8d4b-640e552cdf25"
    ],
    "album": "Hooligan House: The Sound of 2003",
    "release_id": "ca8c8152-2946-4758-a910-d31bd9695e08",
    "release_group_id": null,
    "labels": [
        "SCRATCHE"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}