Information about plays

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

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

{
    "id": 347200,
    "uri": "https://api.kexp.org/v2/plays/347200/?format=api",
    "airdate": "2019-06-27T23:27:15-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/f12ba424-d8d6-4182-a3e1-f87c6c72ad48/23344086367-250.jpg",
    "thumbnail_uri": "",
    "song": "Go",
    "track_id": "87c3e9b4-08d2-48a3-8a67-d9180afa199e",
    "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": "The Black Keys confirm their extensive, thirty one date arena tour of North! The “Let's Rock” Tour will hit cities including Tacoma on Saturday, November 23.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}