Information about plays

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

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

{
    "id": 345983,
    "uri": "https://api.kexp.org/v2/plays/345983/?format=api",
    "airdate": "2019-06-25T14:00:45-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Traces",
    "track_id": "b9b00846-6d31-354b-a8d6-e4fb2b00a37e",
    "recording_id": null,
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "You in Reverse",
    "release_id": "f0384d6c-1aae-4212-bb84-1ddd7c0e3484",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2006-04-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The band added one new member for You In Reverse, making Built to Spill a quartet for the first time on this album, with Doug Martsch, Brett Nelson, Scott Plouf, and Jim Roth.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}