Information about plays

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

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

{
    "id": 379694,
    "uri": "https://api.kexp.org/v2/plays/379694/?format=api",
    "airdate": "2019-09-11T21:07:00-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Magpie to the Morning",
    "track_id": "5086ab90-e777-4bf6-9317-b8123014fa50",
    "recording_id": null,
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "The Worse Things Get, the Harder I Fight, the Harder I Fight, the More I Love You",
    "release_id": "b21b1b36-9d27-41c4-b6fe-9ea27212db52",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2013-09-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}