Information about plays

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

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

{
    "id": 2682842,
    "uri": "https://api.kexp.org/v2/plays/2682842/?format=api",
    "airdate": "2020-01-06T12:12:58-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Polyfusion",
    "track_id": "37c11ef2-0a78-342f-87f0-136bccdc4149",
    "recording_id": null,
    "artist": "Seefeel",
    "artist_ids": [
        "8ffcd7d7-6293-4fbf-b0f6-46aef9ce9f69"
    ],
    "album": "Quique",
    "release_id": "1d30963e-ad75-4708-aca4-067db3def0ab",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mysterious band Seefee, are a British post-rock band formed in the early 1990s by Mark Clifford, Daren Seymour, Justin Fletcher, and Sarah Peacock. Bridging the guitar-based dream pop and shoegaze scenes with the production techniques of ambient techno and electronica, they gained recognition for their 1993 debut EP More Like Space and first album Quique.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}