Information about plays

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

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

{
    "id": 3544738,
    "uri": "https://api.kexp.org/v2/plays/3544738/?format=api",
    "airdate": "2025-08-25T18:50:22-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c9b9213-c85c-43fd-8522-de03df8e0b1d/15463598991-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c9b9213-c85c-43fd-8522-de03df8e0b1d/15463598991-250.jpg",
    "song": "Ain’t No Way",
    "track_id": null,
    "recording_id": "c5861085-bc2d-4d6c-894f-4e4ef181a884",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Lady Soul",
    "release_id": null,
    "release_group_id": "05571372-5b11-39b7-89c5-1c02589a27c8",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1968-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gospel/R&B singer Cissy Houston (mother of Whitney Houston) and her group the Sweet Inspirations are credited as background vocals on several tracks, along with Aretha's sisters Carolyn Franklin and Erma Franklin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}