Information about plays

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

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

{
    "id": 348246,
    "uri": "https://api.kexp.org/v2/plays/348246/?format=api",
    "airdate": "2019-06-30T13:11:39-07:00",
    "show": 5804,
    "show_uri": "https://api.kexp.org/v2/shows/5804/?format=api",
    "image_uri": "http://coverartarchive.org/release/f12ba424-d8d6-4182-a3e1-f87c6c72ad48/23344086367-250.jpg",
    "thumbnail_uri": "",
    "song": "Eagle Birds",
    "track_id": "8958edae-9fb1-4cba-8749-c9612d8070a3",
    "recording_id": null,
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "“Let’s Rock”",
    "release_id": "f12ba424-d8d6-4182-a3e1-f87c6c72ad48",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album released Friday. At the Tacoma Dome with Modest Mouse on Saturday November 23. https://www.theblackkeys.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}