Information about plays

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

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

{
    "id": 3604712,
    "uri": "https://api.kexp.org/v2/plays/3604712/?format=api",
    "airdate": "2026-01-15T15:09:17-08:00",
    "show": 65658,
    "show_uri": "https://api.kexp.org/v2/shows/65658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God Is Standing By",
    "track_id": null,
    "recording_id": "648c7c33-4f97-434c-a582-32f9a16f6c7c",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Gets Next to You",
    "release_id": null,
    "release_group_id": "b1c9f375-77c4-353b-827e-3dea0cd048f6",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1971-08-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Al Green is known for the hit song \"Let's Stay Together,\" and for leaving his musical career at its height in the 1970s to become a reverend at his own church. Here's a biography of this great singer: https://www.biography.com/musicians/al-green",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}