Information about plays

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

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

{
    "id": 3638857,
    "uri": "https://api.kexp.org/v2/plays/3638857/?format=api",
    "airdate": "2026-04-07T01:12:40-07:00",
    "show": 66388,
    "show_uri": "https://api.kexp.org/v2/shows/66388/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saquarema",
    "track_id": null,
    "recording_id": "d7242f60-3eb3-47aa-b520-1e9e4cf86c32",
    "artist": "Beltran & MC Rogê",
    "artist_ids": [
        "355be781-1147-41d9-8ac7-5690ea1578c3",
        "4a73d3d8-5822-4736-88cc-c4e766ff3671"
    ],
    "album": "TOOLS 4 HARDWORKERS 006",
    "release_id": null,
    "release_group_id": "d357a77d-678d-43a2-86bb-5be085c69aaa",
    "labels": [
        "Beltools Records"
    ],
    "label_ids": [
        "f31581d5-bab6-4224-9fa5-3e8da13dbf24"
    ],
    "release_date": "2026-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://audiomack.com/beltran-29/album/tools-4-hardworkers-006",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}