Information about plays

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

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

{
    "id": 372975,
    "uri": "https://api.kexp.org/v2/plays/372975/?format=api",
    "airdate": "2019-08-27T12:13:49-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/86dad1ce-3f63-44c7-bbbc-653e43f0162d/9176496802-250.jpg",
    "thumbnail_uri": "",
    "song": "Respect",
    "track_id": "3971ed43-a07c-3960-92e5-343f025ebd18",
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "The Best of Aretha Franklin",
    "release_id": "86dad1ce-3f63-44c7-bbbc-653e43f0162d",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Elizabeth said of this mixtape, called \"Mama's goin' for a (long) ride. \"I made this mix for me.\"  Aretha's \"Respect\" is the perfect song for a break.  Watch the Queen of Soul singing it live in 1967:  https://www.youtube.com/watch?v=EcGjZHvD5q4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}