Information about plays

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

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

{
    "id": 381897,
    "uri": "https://api.kexp.org/v2/plays/381897/?format=api",
    "airdate": "2019-09-17T07:38:19-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?format=api",
    "image_uri": "http://coverartarchive.org/release/6765aaef-1e9d-3ebe-956a-be97390932e5/6368504411-250.jpg",
    "thumbnail_uri": "",
    "song": "Little Red Corvette",
    "track_id": "f3f8a69d-e002-3429-ad6e-06d44d0e231d",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Hits/The B-Sides",
    "release_id": "6765aaef-1e9d-3ebe-956a-be97390932e5",
    "release_group_id": null,
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1993-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie Nicks got the idea for \"Stand Back\" from this song. She heard it in her car, drove to the recording studio, and put down some tracks. \"It just gave me an incredible idea, so I spent many hours that night writing a song about some kind of crazy argument, and it was to become one of the most important of my songs\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}