Information about plays

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

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

{
    "id": 348588,
    "uri": "https://api.kexp.org/v2/plays/348588/?format=api",
    "airdate": "2019-07-01T10:03:25-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/c4f39274-020a-4e6c-adec-627772ee44f0/19170079880-250.jpg",
    "thumbnail_uri": "",
    "song": "Velvet 4 Sale",
    "track_id": "4ef4d3b4-db97-448a-93a8-5deb6499bb95",
    "recording_id": null,
    "artist": "U.S. Girls",
    "artist_ids": [
        "036912f5-c717-498d-8958-6058de17bb70"
    ],
    "album": "In a Poem Unlimited",
    "release_id": "c4f39274-020a-4e6c-adec-627772ee44f0",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2018-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "U.S. Girls is Chicago native, Toronto, ON-based Meg Remy's musical moniker. Here's Live Video from her 2018 KEXP In-Studio: https://www.youtube.com/watch?v=PGN3XBy_1m8.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}