Information about plays

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

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

{
    "id": 3572530,
    "uri": "https://api.kexp.org/v2/plays/3572530/?format=api",
    "airdate": "2025-11-01T09:10:24-07:00",
    "show": 64993,
    "show_uri": "https://api.kexp.org/v2/shows/64993/?format=api",
    "image_uri": "https://coverartarchive.org/release/76fcad77-5f3d-4a0a-aff6-28b7de6c39ae/25206583941-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/76fcad77-5f3d-4a0a-aff6-28b7de6c39ae/25206583941-250.jpg",
    "song": "Slipping Into Darkness",
    "track_id": null,
    "recording_id": "005d357d-2284-41c9-bed0-8bab780b588f",
    "artist": "The Senior Allstars Feat. Ammoye",
    "artist_ids": [
        "18426332-c5e9-412c-ab30-86caf51d3602",
        "d74fa0ea-2170-4849-a4c3-c2e5312aded5"
    ],
    "album": "Soul From Dubdown - Darker Than Blue",
    "release_id": null,
    "release_group_id": "3aeb5bbe-a4ab-47b4-81f6-190224e96723",
    "labels": [
        "Echo Beach"
    ],
    "label_ids": [
        "d314e1a4-d7be-47e6-b5f0-3e1d5445638c"
    ],
    "release_date": "2019-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't forget about Daylight Savings Time tonight!\n\nhttps://www.youtube.com/watch?v=PmFBDN7ugeM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}