Information about plays

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

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

{
    "id": 356104,
    "uri": "https://api.kexp.org/v2/plays/356104/?format=api",
    "airdate": "2019-07-18T16:34:48-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "http://coverartarchive.org/release/b93f38f1-05f1-4718-ac22-39a67f3ef812/18643412644-250.jpg",
    "thumbnail_uri": "",
    "song": "passionfruit",
    "track_id": "9bf6abf9-14b0-4348-b5ff-1a1604a2e8ac",
    "recording_id": null,
    "artist": "Yaeji",
    "artist_ids": [
        "2d781050-032a-4a4f-b0a9-7b4bc99449e1"
    ],
    "album": "EP2",
    "release_id": "b93f38f1-05f1-4718-ac22-39a67f3ef812",
    "release_group_id": null,
    "labels": [
        "Godmode"
    ],
    "label_ids": [
        "652c647d-ab35-4d75-a7fe-c609e0893596"
    ],
    "release_date": "2017-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kathy Yaeji Lee, known professionally as Yaeji, is a Korean-American electronic music artist based in Brooklyn, New York. Her style blends elements of house music and hip hop with mellow, quiet vocals sung in both English and Korean.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}