Information about plays

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

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

{
    "id": 352428,
    "uri": "https://api.kexp.org/v2/plays/352428/?format=api",
    "airdate": "2019-07-10T04:19:23-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/6a822a1a-919d-467b-a10b-ebe66665724a/22134212558-250.jpg",
    "thumbnail_uri": "",
    "song": "Satan Said Dance",
    "track_id": "954d9dee-7832-3c66-a97e-1b5f73dd633d",
    "recording_id": null,
    "artist": "Clap Your Hands Say Yeah",
    "artist_ids": [
        "4b2d6a23-034d-4a29-9bb9-d2462796da4e"
    ],
    "album": "Some Loud Thunder",
    "release_id": "6a822a1a-919d-467b-a10b-ebe66665724a",
    "release_group_id": null,
    "labels": [
        "Clap Your Hands Say Yeah"
    ],
    "label_ids": [
        "57461002-cd8e-4bce-b675-ab6fa8392fbb"
    ],
    "release_date": "2007-01-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "How'd I arrive in a place like this? \nRed right hand has the alligator kiss",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}