Information about plays

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

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

{
    "id": 3548330,
    "uri": "https://api.kexp.org/v2/plays/3548330/?format=api",
    "airdate": "2025-09-03T07:34:18-07:00",
    "show": 64462,
    "show_uri": "https://api.kexp.org/v2/shows/64462/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b2e42d1-8715-4e31-8f12-952b95d5e7a9/21139779202-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b2e42d1-8715-4e31-8f12-952b95d5e7a9/21139779202-250.jpg",
    "song": "This Is the Sea",
    "track_id": null,
    "recording_id": "14ccd89d-104c-4d39-b2ae-bd1adc3e9959",
    "artist": "The Waterboys",
    "artist_ids": [
        "21666405-49f8-44f6-94bb-e064f202f7ba"
    ],
    "album": "This Is the Sea",
    "release_id": null,
    "release_group_id": "c5f3b58e-9f61-3863-9277-974e3a84a936",
    "labels": [
        "Ensign"
    ],
    "label_ids": [
        "710c008e-1e3e-46ae-a91a-4f3f71afc45d"
    ],
    "release_date": "1985-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Waterboys have a new album coming out! \"Rips from the Cutting Room Floor\" drops on December 5.\n\nhttps://www.mikescottwaterboys.com/\nhttps://thewaterboys.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}