Information about plays

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

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

{
    "id": 3616808,
    "uri": "https://api.kexp.org/v2/plays/3616808/?format=api",
    "airdate": "2026-02-13T02:51:12-08:00",
    "show": 65918,
    "show_uri": "https://api.kexp.org/v2/shows/65918/?format=api",
    "image_uri": "https://coverartarchive.org/release/ce4476f4-623b-4a78-b23e-beff5329af30/15577866977-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ce4476f4-623b-4a78-b23e-beff5329af30/15577866977-250.jpg",
    "song": "One",
    "track_id": null,
    "recording_id": "6ac05051-e2b8-4663-8ff8-c4ea5dac159a",
    "artist": "U2 and Mary J. Blige",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432",
        "db76c5ca-d555-4f09-b1db-baa1b713d875"
    ],
    "album": "The Breakthrough",
    "release_id": null,
    "release_group_id": "4f024258-40d4-3275-a22f-b10ca95e57ea",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2005-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Andy T in a windy Ireland!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}