Information about plays

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

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

{
    "id": 343169,
    "uri": "https://api.kexp.org/v2/plays/343169/?format=api",
    "airdate": "2019-06-18T22:37:21-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "http://coverartarchive.org/release/17b77f78-ffe1-4c5f-bc79-ed668a8f03ba/4466326559-250.jpg",
    "thumbnail_uri": "",
    "song": "Def.Con.One",
    "track_id": "4df3be93-9ae9-3bfe-a803-3602289117e4",
    "recording_id": null,
    "artist": "Pop Will Eat Itself",
    "artist_ids": [
        "e74d6546-7d69-43aa-9580-51a80cd9ae54"
    ],
    "album": "This Is the Day… This Is the Hour… This Is This!",
    "release_id": "17b77f78-ffe1-4c5f-bc79-ed668a8f03ba",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1989-07-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pop Will Eat Itself will be live at El Corazon in Seattle on September 11th. Tickets and info: https://www.ticketfly.com/purchase/event/1864350/tfly?utm_medium=%5BLjava.lang.String%3B%4043807e30&skinName=tfly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}