Information about plays

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

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

{
    "id": 3605542,
    "uri": "https://api.kexp.org/v2/plays/3605542/?format=api",
    "airdate": "2026-01-17T14:39:23-08:00",
    "show": 65675,
    "show_uri": "https://api.kexp.org/v2/shows/65675/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carnival",
    "track_id": "6f9d6e85-107a-3de9-a43c-d50055c705a0",
    "recording_id": "14f02bc0-d0bd-4596-a783-cca6079b34b8",
    "artist": "The Cardigans",
    "artist_ids": [
        "3e55d51d-687f-4a9d-af96-2fabccf802e5"
    ],
    "album": "Life",
    "release_id": "99881164-db19-4a09-a591-047cde6f4f8d",
    "release_group_id": "cd3379ee-ab43-36d2-8c40-7318595bfcaf",
    "labels": [
        "Minty Fresh Records"
    ],
    "label_ids": [
        "ec44443b-b862-47e5-85a3-3db242d2789b"
    ],
    "release_date": "1996-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this live video of The Cardigans performing Carnival July 1996.\n\nhttps://www.youtube.com/watch?v=FakhiPN4EIY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}