Information about plays

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

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

{
    "id": 3596119,
    "uri": "https://api.kexp.org/v2/plays/3596119/?format=api",
    "airdate": "2025-12-26T04:31:00-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "https://coverartarchive.org/release/6fdc4927-31f5-47e7-a2f5-5bc45e0f68bf/14791990230-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6fdc4927-31f5-47e7-a2f5-5bc45e0f68bf/14791990230-250.jpg",
    "song": "I Feel You",
    "track_id": null,
    "recording_id": "00f32516-7c01-4a75-934c-7f158919a8e1",
    "artist": "Nelly Furtado feat. Esthero",
    "artist_ids": [
        "13655113-cd16-4b43-9dca-cadbbf26ee05",
        "681bf706-8664-4658-ab1a-39e1d385fae2"
    ],
    "album": "Whoa, Nelly!",
    "release_id": null,
    "release_group_id": "9713ae12-a4e5-3fbb-a660-d152390430ce",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2000-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}