Information about plays

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

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

{
    "id": 343096,
    "uri": "https://api.kexp.org/v2/plays/343096/?format=api",
    "airdate": "2019-06-18T19:16:00-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Sun Is Rising",
    "track_id": null,
    "recording_id": null,
    "artist": "Moken",
    "artist_ids": [
        "a9c6eca6-bb76-4f87-a59f-9aa1252ce4c7"
    ],
    "album": "Missing Chapters",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mood Swing Records"
    ],
    "label_ids": [],
    "release_date": "2019-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cameroonian artist based in Atlanta has recently published \"Missing Chapters\", his new album. African folk work with blues influences accompanied by acoustic guitar, drums, xylophone and rare percussion and stringed instruments from all over the world.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}