Information about plays

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

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

{
    "id": 376676,
    "uri": "https://api.kexp.org/v2/plays/376676/?format=api",
    "airdate": "2019-09-04T18:00:00-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stuck in the Middle With You",
    "track_id": "b863437d-b9f1-3143-a48e-449eecc670d5",
    "recording_id": null,
    "artist": "Stealers Wheel",
    "artist_ids": [
        "63200203-e2c6-4081-8e0d-00c9732c6b6f"
    ],
    "album": "Stealers Wheel",
    "release_id": "cfbc501c-6f41-4618-8bb1-90bb8ebd936f",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you love this song (and you do), then you’ll *adore* last week’s AM/FM Summer Gold in The Roadhouse! Perfect music for hanging on to summer. Catch it for one more week in the archive: https://kexp.org/archive",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}