Information about plays

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

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

{
    "id": 350515,
    "uri": "https://api.kexp.org/v2/plays/350515/?format=api",
    "airdate": "2019-07-05T16:30:00-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brother",
    "track_id": "1bb6066e-cdb8-3c1e-ae08-c6f6caf80d63",
    "recording_id": null,
    "artist": "The Organ",
    "artist_ids": [
        "2d12e7de-449d-4151-bc65-e5bad7ace24a"
    ],
    "album": "Grab That Gun",
    "release_id": "2c6a3021-15dd-3bcb-ba33-f2461e12fd81",
    "release_group_id": null,
    "labels": [
        "Mint Records"
    ],
    "label_ids": [],
    "release_date": "2004-11-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This was the only full-length release from the band before they broke up. This track was featured on the show \"The L Word,\" Season 2, Episode 2. The album design was done by Mohammad Salemy.  https://bit.ly/2xvEEld",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}