Information about plays

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

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

{
    "id": 3627943,
    "uri": "https://api.kexp.org/v2/plays/3627943/?format=api",
    "airdate": "2026-03-12T02:02:26-07:00",
    "show": 66157,
    "show_uri": "https://api.kexp.org/v2/shows/66157/?format=api",
    "image_uri": "https://coverartarchive.org/release/00683db8-e15a-4e01-a020-cebd79f115a7/41683910451-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/00683db8-e15a-4e01-a020-cebd79f115a7/41683910451-250.jpg",
    "song": "Jump to It",
    "track_id": null,
    "recording_id": "5351018a-46f8-492e-a383-d3323f8d742b",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Jump to It",
    "release_id": null,
    "release_group_id": "e3ac9cd0-11fb-3267-b7f7-20728a9c2e2d",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jump to It is the twenty-eighth studio album by American singer Aretha Franklin, produced by Luther Vandross and released on July 26, 1982",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}