Information about plays

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

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

{
    "id": 382121,
    "uri": "https://api.kexp.org/v2/plays/382121/?format=api",
    "airdate": "2019-09-17T18:58:00-07:00",
    "show": 6361,
    "show_uri": "https://api.kexp.org/v2/shows/6361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taqkal Tarha",
    "track_id": null,
    "recording_id": null,
    "artist": "Tinariwen",
    "artist_ids": [
        "5c98fc12-be83-4246-ae5b-2184192913b9"
    ],
    "album": "Amadjar",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [],
    "release_date": "2019-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tuareg. Tinariwen is the leading Tuareg musical group (the nomadic indigenous peoples of the Sahara desert) -- they started making music in 1979, and broke ground for a new crop of Tuareg musicians that are becoming increasingly popular today. See them LIVE October 7 at Benaroya Hall",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}