Information about plays

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

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

{
    "id": 347208,
    "uri": "https://api.kexp.org/v2/plays/347208/?format=api",
    "airdate": "2019-06-27T23:51:24-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shaabi Dub (Good Things)",
    "track_id": "81c7fa3c-26d0-4896-bb4e-46b18c861710",
    "recording_id": null,
    "artist": "The Spy From Cairo",
    "artist_ids": [
        "79ea02de-c494-44d9-a0dc-aad2c15a23a9"
    ],
    "album": "Nothing New Under the Sun",
    "release_id": "58b0e73c-fb61-4562-993f-c14b4ed67d78",
    "release_group_id": null,
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [
        "dc6e6168-8e93-4cfa-b0d6-dfa68a1adae3"
    ],
    "release_date": "2017-12-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Modern electronic dance producer who loves to embrace international sounds THE SPY FROM CAIRO.\n\nBorn Moreno Visini, the musician trained in Arabic guitar from an early age, but he grew up and began his music career in Europe. \n\nHe's released two albums that explore intersections between the classic sounds of the Oud and synthetic rhythms.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}