Information about plays

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

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

{
    "id": 482229,
    "uri": "https://api.kexp.org/v2/plays/482229/?format=api",
    "airdate": "2001-10-31T17:42:00-08:00",
    "show": 8232,
    "show_uri": "https://api.kexp.org/v2/shows/8232/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bela Lugosi's Dead",
    "track_id": null,
    "recording_id": null,
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Press the Eject and Give Me the Tap",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}