Information about plays

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

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

{
    "id": 3633468,
    "uri": "https://api.kexp.org/v2/plays/3633468/?format=api",
    "airdate": "2026-03-25T10:45:38-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spaz",
    "track_id": "31da7481-ec2e-4dcb-99b5-33f5cfda3e74",
    "recording_id": "1d9ca31d-67b1-40d0-91de-245fc436d0a9",
    "artist": "N*E*R*D",
    "artist_ids": [
        "3fb49f5a-fdc0-4789-9c84-22b38b3f3cb5"
    ],
    "album": "Seeing Sounds",
    "release_id": "79b217d1-2832-42db-9a83-b61687e5cdc0",
    "release_group_id": "52067703-ba23-36de-be50-e7cd29a2104f",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2008-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The rock/hip-hop band formed in Virginia Beach in 1994., two years after The Neptunes duo was formed.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}