Information about plays

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

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

{
    "id": 2681419,
    "uri": "https://api.kexp.org/v2/plays/2681419/?format=api",
    "airdate": "2020-01-02T23:48:07-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thicker Than Hookah Smoke",
    "track_id": "cc13d68c-c68f-321d-b2e5-c1995c777ecb",
    "recording_id": null,
    "artist": "The Spy From Cairo",
    "artist_ids": [
        "79ea02de-c494-44d9-a0dc-aad2c15a23a9"
    ],
    "album": "Arabadub",
    "release_id": "f9180aa0-065e-4e98-8eb2-fffc77bf78bc",
    "release_group_id": null,
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [
        "dc6e6168-8e93-4cfa-b0d6-dfa68a1adae3"
    ],
    "release_date": "2012-05-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Spy From Cairo aka Zeb with \"Arabadub” perhaps his most realized vision of deep Middle Eastern and Jamaican sounds coalescing into something that sounds right and natural.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}