Information about plays

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

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

{
    "id": 369700,
    "uri": "https://api.kexp.org/v2/plays/369700/?format=api",
    "airdate": "2019-08-20T02:34:12-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "http://coverartarchive.org/release/e26a88a8-56fc-3896-8290-44f6d470bd4f/2713691500-250.jpg",
    "thumbnail_uri": "",
    "song": "Computer Love",
    "track_id": "32ddaf2f-37f5-3167-b7a3-69c01b1c2ca3",
    "recording_id": null,
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Computer World",
    "release_id": "e26a88a8-56fc-3896-8290-44f6d470bd4f",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1987-12-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to the lead singer/founding member of Kraftwerk, Ralf Hütter! Exclusive KEXP interview with Kraftwerk: https://www.kexp.org/read/2014/7/1/exclusive-kexp-interview-kraftwerk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}