Information about plays

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

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

{
    "id": 3604266,
    "uri": "https://api.kexp.org/v2/plays/3604266/?format=api",
    "airdate": "2026-01-14T12:37:19-08:00",
    "show": 65648,
    "show_uri": "https://api.kexp.org/v2/shows/65648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thank You for Being a Friend",
    "track_id": "ecb3938c-eb82-3480-b2e6-ef9636f55d47",
    "recording_id": "3e33a0f5-5e22-47df-8f90-3d10b3adf02c",
    "artist": "Andrew Gold feat. Cynthia Fee",
    "artist_ids": [
        "10876f5a-9ac7-49c7-a2b6-46a3f1ac3523",
        "6770045e-696d-46a8-a7ea-621774df3fc8"
    ],
    "album": "Television’s Greatest Hits, Volume 6: Remote Control",
    "release_id": "7179eeab-73b1-4628-916e-674d9552b6ea",
    "release_group_id": "422e5011-3069-3b51-9ff6-0c0e5f284289",
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "1996-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Kristin in the Gathering Space for Jason, Tim, and Roosevelt -- The Breakfast Club Crew.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}