Information about plays

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

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

{
    "id": 351948,
    "uri": "https://api.kexp.org/v2/plays/351948/?format=api",
    "airdate": "2019-07-09T03:49:05-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/aca4d217-14ac-4f5a-8588-544cf7c5ab28/15338200431-250.jpg",
    "thumbnail_uri": "",
    "song": "Hold On to Your Genre",
    "track_id": "4d92ce35-f947-33a0-b56f-3a30ab96942f",
    "recording_id": null,
    "artist": "Les Savy Fav",
    "artist_ids": [
        "c507bf8f-2ac0-47e5-b7c6-4afd61a977e2"
    ],
    "album": "Inches",
    "release_id": "aca4d217-14ac-4f5a-8588-544cf7c5ab28",
    "release_group_id": null,
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "release_date": "2004-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Les Savy Fav - Let's Get Out of Here (Live on KEXP): https://www.youtube.com/watch?v=7j8rtc9K654",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}