Information about plays

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

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

{
    "id": 3553776,
    "uri": "https://api.kexp.org/v2/plays/3553776/?format=api",
    "airdate": "2025-09-16T13:02:20-07:00",
    "show": 64578,
    "show_uri": "https://api.kexp.org/v2/shows/64578/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jackie Blue",
    "track_id": null,
    "recording_id": "ffe750a3-f206-449d-bde2-ece7ac9b9e6b",
    "artist": "Ozark Mountain Daredevils",
    "artist_ids": [
        "24558e81-eb3f-4062-ab6a-df3773c9b09a"
    ],
    "album": "Jackie Blue",
    "release_id": null,
    "release_group_id": "fde3d496-7c43-463c-b542-8e543a5c2ea0",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Jackie Blue\" by The Ozark Mountain Daredevils is a classic rock ballad that captivated audiences upon its release in 1974.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}