Information about plays

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

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

{
    "id": 379554,
    "uri": "https://api.kexp.org/v2/plays/379554/?format=api",
    "airdate": "2019-09-11T12:52:29-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Totally Not Down With Rob's Alien",
    "track_id": "23cea1cd-0c40-3882-b6d1-9a6f17eb3b1f",
    "recording_id": null,
    "artist": "Minus the Bear",
    "artist_ids": [
        "c1e98e4a-4628-4c89-a7a6-0e0171600b05"
    ],
    "album": "They Make Beer Commercials Like This",
    "release_id": "63d7c2d1-f7af-44c8-b06d-366b87333afa",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2008-06-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Minus The Bear performed their last show at Seattle's The Showbox last year, which you can watch here: https://bit.ly/2lP1ZMo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}