Information about plays

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

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

{
    "id": 369690,
    "uri": "https://api.kexp.org/v2/plays/369690/?format=api",
    "airdate": "2019-08-20T01:58:51-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghetto Spaceship",
    "track_id": "5e6c225c-914f-4837-bb5d-454ed1a27b0f",
    "recording_id": null,
    "artist": "The Black Tones",
    "artist_ids": [
        "ddcfd686-79f0-4eda-9eb9-4c28591bf87e"
    ],
    "album": "Cobain and Cornbread",
    "release_id": "a6eef878-cba9-466e-a422-d7097a1c56de",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Tones have teamed up with local ice cream gurus, Full Tilt, to bring you the GHETTO SPACE CHIP ice cream. They'll be the guest scoopers at Full Tilt's Columbia City location on August 23rd from 6-9pm. https://www.instagram.com/p/B1EuNNFJEuE/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}