Information about plays

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

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

{
    "id": 3619052,
    "uri": "https://api.kexp.org/v2/plays/3619052/?format=api",
    "airdate": "2026-02-18T09:30:38-08:00",
    "show": 65965,
    "show_uri": "https://api.kexp.org/v2/shows/65965/?format=api",
    "image_uri": "https://ia903204.us.archive.org/22/items/mbid-cf781257-941c-4422-ab10-3d6c01a4aaf7/mbid-cf781257-941c-4422-ab10-3d6c01a4aaf7-32713960667_thumb500.jpg",
    "thumbnail_uri": "https://dn710008.ca.archive.org/0/items/mbid-cf781257-941c-4422-ab10-3d6c01a4aaf7/mbid-cf781257-941c-4422-ab10-3d6c01a4aaf7-32713960667_thumb250.jpg",
    "song": "Don't Be Shy",
    "track_id": "1617893b-2342-47a4-be00-258c7af5b30c",
    "recording_id": "c73bce2d-2b2f-43b5-86c1-b7587be81d4d",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Harold and Maude",
    "release_id": "cf781257-941c-4422-ab10-3d6c01a4aaf7",
    "release_group_id": "3cd2eab5-5081-3524-aaad-a651a1756b06",
    "labels": [
        "Island",
        "Cat-O-Log"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642",
        "574ff951-0456-49a3-bd44-b2a95addc967"
    ],
    "release_date": "2022-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cat Stevens' 1972 Harold and Maude Soundtrack is our album of the week!\n\n\"Don't Be Shy\" is one of two songs written specifically for the soundtrack.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}