Information about plays

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

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

{
    "id": 3548284,
    "uri": "https://api.kexp.org/v2/plays/3548284/?format=api",
    "airdate": "2025-09-03T04:56:49-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://ia903105.us.archive.org/6/items/mbid-41a3f07e-c987-444e-8370-13dcbf200380/mbid-41a3f07e-c987-444e-8370-13dcbf200380-24279890182_thumb500.jpg",
    "thumbnail_uri": "https://ia803105.us.archive.org/6/items/mbid-41a3f07e-c987-444e-8370-13dcbf200380/mbid-41a3f07e-c987-444e-8370-13dcbf200380-24279890182_thumb250.jpg",
    "song": "Kiss of Life",
    "track_id": "77a3d1b8-ca41-3192-9a5f-74896c2fd31d",
    "recording_id": "33bd71a3-5c42-462b-90d8-1e932165b057",
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "Kiss of Life",
    "release_id": "41a3f07e-c987-444e-8370-13dcbf200380",
    "release_group_id": "10a1a1b2-2e93-323d-8deb-97cdd1cb7671",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sade’s velvet tones \n\nThe iconic jam from Sade! Included on the 1992 album 'Love Deluxe'. Sampled and interpolated by DOOM on 'Doomsday' in 1999.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}