Information about plays

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

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

{
    "id": 379041,
    "uri": "https://api.kexp.org/v2/plays/379041/?format=api",
    "airdate": "2019-09-10T07:55:59-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "http://coverartarchive.org/release/39cf95b8-7469-4412-b7e2-882871e4db19/20298892201-250.jpg",
    "thumbnail_uri": "",
    "song": "Gold Rush",
    "track_id": "c1f74de4-c7cd-4c57-8308-8bea205967b6",
    "recording_id": null,
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "Thank You for Today",
    "release_id": "39cf95b8-7469-4412-b7e2-882871e4db19",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2018-08-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Death Cab For Cutie frontman Ben Gibbard: \"When that geography changes, it's as if you're not only coming to terms with the passage of time, but it's as if you're losing those people and that time in your life all over again\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}