Information about plays

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

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

{
    "id": 3543939,
    "uri": "https://api.kexp.org/v2/plays/3543939/?format=api",
    "airdate": "2025-08-23T21:44:59-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d208def-0b05-3529-ad3e-e15bf64c6e07/17219237740-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d208def-0b05-3529-ad3e-e15bf64c6e07/17219237740-250.jpg",
    "song": "Easter Romantic",
    "track_id": null,
    "recording_id": "117b24bd-9ad3-4e18-a0b7-ae730da9c22c",
    "artist": "Big Business",
    "artist_ids": [
        "97bb32a9-a490-403f-8eda-cd33d9466059"
    ],
    "album": "Head for the Shallow",
    "release_id": null,
    "release_group_id": "aed47b03-e224-39a2-8401-150372fe6fe3",
    "labels": [
        "Hydra Head Records"
    ],
    "label_ids": [
        "4d204722-f022-4b6e-8b76-0e06a45ffcdc"
    ],
    "release_date": "2005-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For B in Ballard\n\nIsis guitarist and vocalist, Aaron Turner is also the founder of Hydra Head Records, the label which released Head for the Shallow.\n\nhttps://bigbigbusiness.bandcamp.com/album/tour-ep-v\nhttps://www.facebook.com/bigbigbiz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}