Information about plays

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

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

{
    "id": 344129,
    "uri": "https://api.kexp.org/v2/plays/344129/?format=api",
    "airdate": "2019-06-20T21:30:03-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunshine Superman",
    "track_id": "db7885ab-d5b1-33cc-b00e-34721ac70719",
    "recording_id": null,
    "artist": "Donovan",
    "artist_ids": [
        "72d7d717-0837-4f2a-9641-d0f9fdd3acf7"
    ],
    "album": "Sunshine Superman",
    "release_id": "1e8417b0-6a00-3f7e-be06-f92a8c4dadb9",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1990-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sunshine Superman is the third album from British singer songwriter Donovan. It was released in the US in September 1966, but was not released in the UK because of a contractual dispute.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}