Information about plays

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

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

{
    "id": 3582035,
    "uri": "https://api.kexp.org/v2/plays/3582035/?format=api",
    "airdate": "2025-11-23T18:07:06-08:00",
    "show": 65191,
    "show_uri": "https://api.kexp.org/v2/shows/65191/?format=api",
    "image_uri": "https://coverartarchive.org/release/34aa1f77-813a-464f-9460-8877f15a86c5/32304239189-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/34aa1f77-813a-464f-9460-8877f15a86c5/32304239189-250.jpg",
    "song": "No Way (The G.A. Chant)",
    "track_id": null,
    "recording_id": "5a057de8-a0ee-43bb-b16a-b56d15d6c6c9",
    "artist": "Tye Tribbett & G.A.",
    "artist_ids": [
        "d408db5f-4607-4465-8850-d8d46332feb7"
    ],
    "album": "Life",
    "release_id": null,
    "release_group_id": "248de56e-84a0-39d8-8760-c4cebddd50fb",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2004-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tye Tribbett & G.A. released \"No Way (The G.A. Chant)\" on their second album, Life, in 2004.\n\nThomas Tyrone \"Tye\" Tribbett is a gospel music singer, songwriter and keyboardist. He is a choir director and founder of the Grammy-nominated and Stellar Award-winning gospel group Tye Tribbett & G.A.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}