Information about plays

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

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

{
    "id": 485077,
    "uri": "https://api.kexp.org/v2/plays/485077/?format=api",
    "airdate": "2001-11-09T21:00:00-08:00",
    "show": 8291,
    "show_uri": "https://api.kexp.org/v2/shows/8291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Highway Cafe of the Damned",
    "track_id": "e08887f8-2126-4a96-b235-59948e8a7397",
    "recording_id": null,
    "artist": "Austin Lounge Lizards",
    "artist_ids": [
        "1ddec30d-dba7-4421-a8b0-14ea8f09d050"
    ],
    "album": "The Highway Cafe of the Damned",
    "release_id": "470d8fa2-b365-4099-bd77-bf6a7c97ee7b",
    "release_group_id": null,
    "labels": [
        "watermelon"
    ],
    "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"
}