Information about plays

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

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

{
    "id": 3544178,
    "uri": "https://api.kexp.org/v2/plays/3544178/?format=api",
    "airdate": "2025-08-24T11:31:57-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d34753b-7cb9-34ef-aeb3-0dd73384f54c/3734697776-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5d34753b-7cb9-34ef-aeb3-0dd73384f54c/3734697776-250.jpg",
    "song": "Honky Cat",
    "track_id": null,
    "recording_id": "aefaa021-b6f9-4ac3-b0ec-b99cc27acb63",
    "artist": "Elton John",
    "artist_ids": [
        "b83bc61f-8451-4a5d-8b8e-7e9ed295e822"
    ],
    "album": "Honky Château",
    "release_id": null,
    "release_group_id": "e17f2d6e-7849-37f9-a6d8-cda4d59cea28",
    "labels": [
        "UNI Records"
    ],
    "label_ids": [
        "83dedbf0-9cd7-470a-b317-0bb724785b20"
    ],
    "release_date": "1972-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Elton John's 5th studio album was named after the 18th century French chateau where it was recorded. It was Elton's first album to reach number one in the US, starting off a 7-record streak.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}