Information about plays

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

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

{
    "id": 342481,
    "uri": "https://api.kexp.org/v2/plays/342481/?format=api",
    "airdate": "2019-06-17T07:59:22-07:00",
    "show": 5712,
    "show_uri": "https://api.kexp.org/v2/shows/5712/?format=api",
    "image_uri": "http://coverartarchive.org/release/f12ba424-d8d6-4182-a3e1-f87c6c72ad48/22945153789-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": [
        "WEA Records"
    ],
    "label_ids": [
        "9cb71385-b33b-465b-bec6-72de85b6a7e1"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Keys will be playing the Tacoma Dome on November 23.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}