Information about plays

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

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

{
    "id": 496828,
    "uri": "https://api.kexp.org/v2/plays/496828/?format=api",
    "airdate": "2001-12-14T19:00:00-08:00",
    "show": 8521,
    "show_uri": "https://api.kexp.org/v2/shows/8521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bom Bom Lulu",
    "track_id": "e9ab4439-b70b-42d1-b15b-9db79a2fcad2",
    "recording_id": null,
    "artist": "Gene & Eunice",
    "artist_ids": [
        "94412baa-fe78-4d85-956d-28bd0daa7803"
    ],
    "album": "Jiving Jamboree 2",
    "release_id": "e87ceb54-e1fd-4cf2-862b-c80852594849",
    "release_group_id": null,
    "labels": [
        "Ace Records"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}