Information about plays

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

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

{
    "id": 379468,
    "uri": "https://api.kexp.org/v2/plays/379468/?format=api",
    "airdate": "2019-09-11T08:00:04-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Dream It's Over",
    "track_id": "470ca89d-b46e-3370-92e9-aef88ec9e702",
    "recording_id": null,
    "artist": "Neil Finn",
    "artist_ids": [
        "3b7c93ab-40a5-4745-ab6b-eaafed2308bb"
    ],
    "album": "7 Worlds Collide (Live at the St. James)",
    "release_id": "afcbcacc-e29e-37ac-9bec-b0a24d744e37",
    "release_group_id": null,
    "labels": [
        "Nettwerk America"
    ],
    "label_ids": [
        "284e302e-a5d5-48ae-8add-e047d3e0abba"
    ],
    "release_date": "2002-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In an interview, Finn explained this song “was just about on the one hand feeling kind of lost, and on the other hand sort of urging myself on — don’t dream it’s over.”. Here's a video of the live performance: https://www.youtube.com/watch?v=I90oxWF2lms",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}