Information about plays

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

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

{
    "id": 3659461,
    "uri": "https://api.kexp.org/v2/plays/3659461/?format=api",
    "airdate": "2026-05-25T16:03:21-07:00",
    "show": 66814,
    "show_uri": "https://api.kexp.org/v2/shows/66814/?format=api",
    "image_uri": "https://coverartarchive.org/release/cb9bec4a-5afe-4ba8-b200-ed0c5536ee05/35031884268-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cb9bec4a-5afe-4ba8-b200-ed0c5536ee05/35031884268-250.jpg",
    "song": "You’re All I Need to Get By",
    "track_id": null,
    "recording_id": "cb74ca4a-152c-4590-8372-2353326c20f2",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "You're All I Need To Get By / Pullin'",
    "release_id": null,
    "release_group_id": "fb3775a0-8466-4067-bf5f-7c1cff8145e2",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You're All I Need to Get By\" is a song originally recorded by the American R&B/soul duo Marvin Gaye and Tammi Terrell and released on Motown Records' Tamla label in 1968.\n\nSongwriters: Ashford and Simpson",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}