Information about plays

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

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

{
    "id": 3549901,
    "uri": "https://api.kexp.org/v2/plays/3549901/?format=api",
    "airdate": "2025-09-07T04:29:24-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "https://coverartarchive.org/release/3b8fd7fa-8f9a-4331-8fd6-78daf7b5a241/19016863886-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3b8fd7fa-8f9a-4331-8fd6-78daf7b5a241/19016863886-250.jpg",
    "song": "I Can’t Go for That (No Can Do)",
    "track_id": null,
    "recording_id": "1f6eaa57-5298-4c8b-94cd-1903f40f34c3",
    "artist": "Daryl Hall & John Oates",
    "artist_ids": [
        "debabff3-2559-46e5-862d-ef2a906d7010"
    ],
    "album": "Private Eyes",
    "release_id": null,
    "release_group_id": "7bf302c6-dd12-3360-a944-7f88e5c96743",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1981-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Multiple elements of this song were sampled for De La Soul's \"Say No Go.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}