Information about plays

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

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

{
    "id": 2680680,
    "uri": "https://api.kexp.org/v2/plays/2680680/?format=api",
    "airdate": "2020-01-01T05:02:02-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Climactic Phase #3",
    "track_id": "662a5f02-e7b2-34ad-8c42-be290f1e1599",
    "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": "Seefeel are a British post-rock band formed in the early 1990s by Mark Clifford (guitar, sequencing), Daren Seymour (bass), Justin Fletcher (drums), and Sarah Peacock (vocals and guitar).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}