Information about plays

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

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

{
    "id": 355695,
    "uri": "https://api.kexp.org/v2/plays/355695/?format=api",
    "airdate": "2019-07-17T18:55:04-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hamburger Midnight",
    "track_id": "ae43d1a2-c2ff-4552-ae60-03aa79601d3c",
    "recording_id": null,
    "artist": "Little Feat",
    "artist_ids": [
        "9b106beb-12b5-4525-8025-42e295a2b90a"
    ],
    "album": "Little Feat",
    "release_id": "9060b231-91e3-4146-b3de-3b95ffb28380",
    "release_group_id": null,
    "labels": [
        "Warner Bros."
    ],
    "label_ids": [
        "17669874-e801-4e05-ac31-dcbf425df55f"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Audio of this song live in 1973: https://www.youtube.com/watch?v=9zDyN5SC8Ls ; the band formed in 1969 in LA, and some form still tours today: http://www.littlefeat.net/news.html?n_id=3620",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}