Information about plays

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

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

{
    "id": 3555836,
    "uri": "https://api.kexp.org/v2/plays/3555836/?format=api",
    "airdate": "2025-09-21T09:14:43-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?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": "Take Me",
    "track_id": null,
    "recording_id": "1be9654c-1e39-4736-afd3-f8fead5db309",
    "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": "The Oklahoma-bred, New York City-based singer was a reluctant performer who covered this George Jones track on her second and final album. Check out the documentary, https://greenwichentertainment.com/film/karen-dalton-in-my-own-time/\n\nReissued on Light In The Attic in 2006.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}