Information about plays

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

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

{
    "id": 3551479,
    "uri": "https://api.kexp.org/v2/plays/3551479/?format=api",
    "airdate": "2025-09-11T00:16:22-07:00",
    "show": 64529,
    "show_uri": "https://api.kexp.org/v2/shows/64529/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a88c9a7-f5c0-4c41-a87d-4d7415e41981/2264109941-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a88c9a7-f5c0-4c41-a87d-4d7415e41981/2264109941-250.jpg",
    "song": "Let’s Stay Together",
    "track_id": null,
    "recording_id": "b3384c19-483c-49ae-94d8-ec00ab56a25b",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Let’s Stay Together",
    "release_id": null,
    "release_group_id": "eed9ffe2-5731-3b9a-9906-01728a083d1d",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1972-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}