Information about plays

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

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

{
    "id": 3550144,
    "uri": "https://api.kexp.org/v2/plays/3550144/?format=api",
    "airdate": "2025-09-07T18:27:37-07:00",
    "show": 64502,
    "show_uri": "https://api.kexp.org/v2/shows/64502/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e9baa91-5d0d-3fc7-aea4-a74022074ad0/28001536827-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e9baa91-5d0d-3fc7-aea4-a74022074ad0/28001536827-250.jpg",
    "song": "In a Station",
    "track_id": null,
    "recording_id": "d474ba91-e3ca-494a-b00e-1c8d1d19069e",
    "artist": "Karen Dalton",
    "artist_ids": [
        "09e1f320-5f26-415a-ad19-003f6e9969e8"
    ],
    "album": "In My Own Time",
    "release_id": null,
    "release_group_id": "d3cdfc81-0c41-3e9e-b1d0-08fbb7da65a1",
    "labels": [
        "Paramount Records"
    ],
    "label_ids": [
        "042f2fc8-f18b-4842-bcb9-37e4ef3b6ae7"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Karen Dalton released \"In a Station\" on the 1971 album, In My Own Time, with Paramount Records.\n\nKaren Dalton was a country blues singer, guitarist, and banjo player. She was associated with the early 1960s Greenwich Village folk music scene, particularly with Fred Neil, the Holy Modal Rounders, and Bob Dylan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}