Information about plays

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

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

{
    "id": 3633482,
    "uri": "https://api.kexp.org/v2/plays/3633482/?format=api",
    "airdate": "2026-03-25T11:31:24-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Neverender",
    "track_id": null,
    "recording_id": "aadeced3-ae64-4ef7-afce-2d72cfddfd80",
    "artist": "Justice & Tame Impala",
    "artist_ids": [
        "860b2707-6153-4e3a-aa57-74d2b42c55b5",
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Hyperdrama",
    "release_id": null,
    "release_group_id": "08110ae5-16bc-4baf-900c-9ce04c9a9e40",
    "labels": [
        "Virgin Music"
    ],
    "label_ids": [
        "7689c51f-e09e-4e85-80d0-b95a9e23d216"
    ],
    "release_date": "2024-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Justice is a long-running, melodic electronic band from France. \"Neverender\" is the second collaboration with Tame Impala on their album \"Hyperdrama.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}