Information about plays

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

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

{
    "id": 3420707,
    "uri": "https://api.kexp.org/v2/plays/3420707/?format=api",
    "airdate": "2024-11-03T01:25:20-07:00",
    "show": 61749,
    "show_uri": "https://api.kexp.org/v2/shows/61749/?format=api",
    "image_uri": "https://coverartarchive.org/release/4367773c-f84c-4890-ae92-a15811a3e68b/39266398350-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4367773c-f84c-4890-ae92-a15811a3e68b/39266398350-250.jpg",
    "song": "Millenium",
    "track_id": null,
    "recording_id": "f8ac5bef-6b90-44dc-8c8e-3eacc3accf3e",
    "artist": "Nyktophobia",
    "artist_ids": [
        "ac5bb5b2-6300-4c27-bd83-0d55aa0f71e9"
    ],
    "album": "To the Stars",
    "release_id": null,
    "release_group_id": "9c97496f-df62-4ff6-bddf-f4373748add8",
    "labels": [
        "Apostasy Records"
    ],
    "label_ids": [
        "41f98469-8e93-448a-876d-449684035d2f"
    ],
    "release_date": "2024-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founded in early 2015 by Michael Tybussek formerly of December Flower and In Cold Eternity.  The first pressing sold out so quickly that the band repressed 100 more copies available via Bandcamp.\n\nhttps://nyktophobia.bandcamp.com/\nhttps://www.facebook.com/nyktophobia/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}