Information about plays

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

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

{
    "id": 3593496,
    "uri": "https://api.kexp.org/v2/plays/3593496/?format=api",
    "airdate": "2025-12-20T13:49:47-08:00",
    "show": 65430,
    "show_uri": "https://api.kexp.org/v2/shows/65430/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Think I See the Light",
    "track_id": "dd73eee1-b170-4e60-a33e-5496d71e7aff",
    "recording_id": "3c0a6fa7-bab5-4a38-8460-ad987a004df3",
    "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": "The Cult Classic movie  Harold and Maude was released on this day in 1971.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}