Information about plays

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

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

{
    "id": 3544175,
    "uri": "https://api.kexp.org/v2/plays/3544175/?format=api",
    "airdate": "2025-08-24T11:22:15-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whatever Gets You Thru the Night",
    "track_id": null,
    "recording_id": "af0927db-7975-434d-983e-e0a821ef6ec5",
    "artist": "John Lennon",
    "artist_ids": [
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "Walls & Bridges",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One late night when he was channel surfing, Lennon came across Reverend Ike, a famous black evangelist, who said, 'Let me tell you guys, it doesn't matter, it's whatever gets you through the night.' which inspired the lyrics of this song. It was his only #1 single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}