Information about plays

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

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

{
    "id": 3627763,
    "uri": "https://api.kexp.org/v2/plays/3627763/?format=api",
    "airdate": "2026-03-11T13:45:39-07:00",
    "show": 66153,
    "show_uri": "https://api.kexp.org/v2/shows/66153/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "10 A.M. Automatic",
    "track_id": "fc76fa53-8bf3-3e85-bc66-678d4095e9d9",
    "recording_id": "83fccc1f-6abf-44e4-a8b8-8a0fd2dab616",
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Rubber Factory",
    "release_id": "d8318a0e-474a-4ab3-9303-cde152591b83",
    "release_group_id": "dc7f0c9d-fd57-33a2-bfd9-b345315c2258",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2004-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Keys will be at Remlinger Farms in Carnation, WA on Friday and Saturday, May 29th and 30th, 2026.\n---\nThis Akron duo has been around since 2001. And we've been championing them, and bands like them, since their inception.  Donate today in support of the music you love: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}