Information about plays

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

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

{
    "id": 378957,
    "uri": "https://api.kexp.org/v2/plays/378957/?format=api",
    "airdate": "2019-09-10T02:49:29-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "http://coverartarchive.org/release/31fe86a8-107b-44e3-b4d4-8a80251bb2c0/6583220139-250.jpg",
    "thumbnail_uri": "",
    "song": "Man of the Year",
    "track_id": "434ae75e-83c3-4dd9-b932-907f9834a137",
    "recording_id": null,
    "artist": "ScHoolboy Q",
    "artist_ids": [
        "bce6d667-cde8-485e-b078-c0a05adea36d"
    ],
    "album": "Oxymoron",
    "release_id": "31fe86a8-107b-44e3-b4d4-8a80251bb2c0",
    "release_group_id": null,
    "labels": [
        "Top Dawg Entertainment"
    ],
    "label_ids": [
        "56d2501f-12b7-4cfd-b8f8-e95189ea27f5"
    ],
    "release_date": "2014-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Schoolboy Q always covers his face on every album because he considers it a fresh start. \"...none of my albums sound the same. “Oxymoron,” “Blank Face,” “Crash Talk.” … It’s like a new person every time.\" Read more here: https://bit.ly/2lFAQeL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}