Information about plays

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

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

{
    "id": 373568,
    "uri": "https://api.kexp.org/v2/plays/373568/?format=api",
    "airdate": "2019-08-28T15:28:53-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "http://coverartarchive.org/release/0faf90ad-af33-4fbd-8a18-af90edc18234/20532873506-250.jpg",
    "thumbnail_uri": "",
    "song": "Androgynous",
    "track_id": "1914839b-9724-4613-977e-ebaa11296308",
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Let It Be",
    "release_id": "0faf90ad-af33-4fbd-8a18-af90edc18234",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2008-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Susan, on her mixtape submission: \"I had a lot of pen pals back [in the 80's]. And traded a lot of mixtapes tapes. But only a scant handful remain. And this one, my favorite, well, it's far from the original tape. This is also not the first, or second, third, or fourth dub. It's the fifth.\"  Love that Susan is keeping the mix alive and fresh with KEXP!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}