Information about plays

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

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

{
    "id": 478792,
    "uri": "https://api.kexp.org/v2/plays/478792/?format=api",
    "airdate": "2001-10-21T19:06:40-07:00",
    "show": 8169,
    "show_uri": "https://api.kexp.org/v2/shows/8169/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't Sayin' Nothin'",
    "track_id": "2c6d7c2e-43df-4a47-a721-d1b8b9365b13",
    "recording_id": null,
    "artist": "Divine Styler",
    "artist_ids": [
        "09374630-23d6-4852-b2be-e2e711afbbfd"
    ],
    "album": "Word Power",
    "release_id": "1f80cb2f-5184-4b0f-a9f0-a376e770ebc5",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "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"
}