Information about plays

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

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

{
    "id": 3576243,
    "uri": "https://api.kexp.org/v2/plays/3576243/?format=api",
    "airdate": "2025-11-10T01:11:31-08:00",
    "show": 65090,
    "show_uri": "https://api.kexp.org/v2/shows/65090/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ae2877f-f926-4558-9c12-513cf51c224c/21019704303-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ae2877f-f926-4558-9c12-513cf51c224c/21019704303-250.jpg",
    "song": "La Garonne",
    "track_id": null,
    "recording_id": "028778da-5eec-4c0e-951f-1d0120a99367",
    "artist": "Medeski Martin & Wood",
    "artist_ids": [
        "6eed1ed9-ab02-45cd-a306-828bc1b98671"
    ],
    "album": "Notes From the Underground",
    "release_id": null,
    "release_group_id": "34ba51b7-9817-367b-80d2-3123c828c2e5",
    "labels": [
        "Amulet Records"
    ],
    "label_ids": [
        "359ad13a-7eea-4a84-8387-6138a094f864"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}