Information about plays

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

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

{
    "id": 3548674,
    "uri": "https://api.kexp.org/v2/plays/3548674/?format=api",
    "airdate": "2025-09-04T03:01:03-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c95ac93-1334-47d7-9f21-1fcdf67d17d3/4471416924-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4c95ac93-1334-47d7-9f21-1fcdf67d17d3/4471416924-250.jpg",
    "song": "Simply Beautiful",
    "track_id": null,
    "recording_id": "209c122a-c3d5-4492-82c5-2f1350dfba42",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "I’m Still in Love With You",
    "release_id": null,
    "release_group_id": "4a40960b-44b3-313c-8540-cde054d41bd9",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1972-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rev's 3 am Slow Jam of the Week <3\n\nThis gorgeous  song was written by Al Green and first recorded by him in 1972. It's been sampled more than 30 times and covered at least six times, notably by Maxwell and by Queen Latifah (in a duet with Al Green).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}