Information about plays

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

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

{
    "id": 3594050,
    "uri": "https://api.kexp.org/v2/plays/3594050/?format=api",
    "airdate": "2025-12-21T14:23:09-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Just Wasn’t Made for These Times",
    "track_id": "124b25ff-cef4-40b6-9445-ab23ca92d656",
    "recording_id": "9d6e07a6-424e-49a7-a53d-2f59277cf87e",
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "Pet Sounds",
    "release_id": "085781e0-bd48-3cb4-bd94-d65210bf4850",
    "release_group_id": "fdd96703-7b21-365e-bdea-38029fbeb84e",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Carl Wilson, vocalist, guitarist, producer, and co-founder of The Beach Boys.\n\nCarl Wilson was born on this day in 1946 in Hawthorne, California. He passed in 1998 at age 51.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}