Information about plays

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

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

{
    "id": 379035,
    "uri": "https://api.kexp.org/v2/plays/379035/?format=api",
    "airdate": "2019-09-10T07:30:37-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Open Arms",
    "track_id": "1222690d-4e49-3e87-bf36-386307ae9b54",
    "recording_id": null,
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "Build a Rocket Boys!",
    "release_id": "7f1be9aa-425e-32c1-8ac0-0dcb9b1e368c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2011-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guy Garvey of Elbow: \"In my early 20s, I often pondered suicide. I thought there was something heroic in it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}