Information about plays

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

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

{
    "id": 3633771,
    "uri": "https://api.kexp.org/v2/plays/3633771/?format=api",
    "airdate": "2026-03-26T06:04:12-07:00",
    "show": 66282,
    "show_uri": "https://api.kexp.org/v2/shows/66282/?format=api",
    "image_uri": "https://dn710804.ca.archive.org/0/items/mbid-345473b3-0fa1-42ab-85ee-b08006b9d601/mbid-345473b3-0fa1-42ab-85ee-b08006b9d601-28410352746_thumb500.jpg",
    "thumbnail_uri": "https://dn710804.ca.archive.org/0/items/mbid-345473b3-0fa1-42ab-85ee-b08006b9d601/mbid-345473b3-0fa1-42ab-85ee-b08006b9d601-28410352746_thumb250.jpg",
    "song": "You’re the Reason Our Kids Are Ugly",
    "track_id": "9b4bcc95-27c8-471b-9cd6-87fce3f91d3e",
    "recording_id": "8d4b5dcf-3716-4bf5-bf08-d71aa67aebcb",
    "artist": "Conway Twitty & Loretta Lynn",
    "artist_ids": [
        "613260c3-d620-4645-94cd-33cd55f29b1e",
        "a3c60d26-90d6-4788-ba9b-a89693fc396d"
    ],
    "album": "Honky Tonk Heroes",
    "release_id": "345473b3-0fa1-42ab-85ee-b08006b9d601",
    "release_group_id": "ed9444e2-f478-445d-ac89-fe64ae8e78a0",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun fact: Conway Twitty had **55** #1 singles over the course of his career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}