Information about plays

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

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

{
    "id": 3556502,
    "uri": "https://api.kexp.org/v2/plays/3556502/?format=api",
    "airdate": "2025-09-22T23:42:56-07:00",
    "show": 64637,
    "show_uri": "https://api.kexp.org/v2/shows/64637/?format=api",
    "image_uri": "https://coverartarchive.org/release/e8ede537-eea3-30e2-a3e8-abbe3cce2c81/1007336670-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e8ede537-eea3-30e2-a3e8-abbe3cce2c81/1007336670-250.jpg",
    "song": "Space Age Love Song",
    "track_id": null,
    "recording_id": null,
    "artist": "A Flock of Seagulls",
    "artist_ids": [
        "aaa436da-b331-4e58-a0fd-3d64d090c120"
    ],
    "album": "A Flock of Seagulls",
    "release_id": null,
    "release_group_id": "a9b43e9d-f452-35cb-a6da-de85ebe285ae",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}