Information about plays

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

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

{
    "id": 3568695,
    "uri": "https://api.kexp.org/v2/plays/3568695/?format=api",
    "airdate": "2025-10-22T23:20:22-07:00",
    "show": 64907,
    "show_uri": "https://api.kexp.org/v2/shows/64907/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc9eac64-7817-4338-9ed0-4658ac178520/42059766390-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc9eac64-7817-4338-9ed0-4658ac178520/42059766390-250.jpg",
    "song": "Find Xanadu - Röyksopp Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Alison Goldfrapp",
    "artist_ids": [
        "5e00c39c-9c65-420f-aa26-d68f414a74c6"
    ],
    "album": "Flux",
    "release_id": null,
    "release_group_id": "975c6812-469e-467c-96ac-d352f4f6be07",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remix from Alison's third solo record.\n\nhttps://www.alisongoldfrapp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}