Information about plays

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

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

{
    "id": 489144,
    "uri": "https://api.kexp.org/v2/plays/489144/?format=api",
    "airdate": "2001-11-22T05:44:00-08:00",
    "show": 8373,
    "show_uri": "https://api.kexp.org/v2/shows/8373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Morning Joy",
    "track_id": "7222909c-66e5-4842-aaf8-b997af8dc03d",
    "recording_id": null,
    "artist": "Steve Lacy",
    "artist_ids": [
        "ca9766a0-1c30-43e6-a213-bac1334efc4a"
    ],
    "album": "Sands",
    "release_id": "342fbc4e-30ec-4f42-a3dc-2fd3b66488ac",
    "release_group_id": null,
    "labels": [
        "Tzadik"
    ],
    "label_ids": [
        "6ba6207e-a68e-43c9-bebf-6d4d9cae5773"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}