Information about plays

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

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

{
    "id": 382872,
    "uri": "https://api.kexp.org/v2/plays/382872/?format=api",
    "airdate": "2019-09-19T07:58:53-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "http://coverartarchive.org/release/161e22e2-8383-46ca-b112-525c40110aed/23351938252-250.jpg",
    "thumbnail_uri": "",
    "song": "You Did Good Kid",
    "track_id": "91e81e55-8a2c-4048-80bf-df0fd6a7f5df",
    "recording_id": null,
    "artist": "The Hold Steady",
    "artist_ids": [
        "4883523d-fc0e-4d0d-802c-91379e767083"
    ],
    "album": "Thrashing Thru the Passion",
    "release_id": "161e22e2-8383-46ca-b112-525c40110aed",
    "release_group_id": null,
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Hold Steady were recently in our studio for a new live session, but while you're waiting for that one, how about the time they were here in 2014? https://www.youtube.com/watch?v=GSXqmLT4mz4&t=336s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}