Information about plays

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

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

{
    "id": 3634243,
    "uri": "https://api.kexp.org/v2/plays/3634243/?format=api",
    "airdate": "2026-03-27T11:17:02-07:00",
    "show": 66292,
    "show_uri": "https://api.kexp.org/v2/shows/66292/?format=api",
    "image_uri": "https://coverartarchive.org/release/3a8c3480-d912-4e9d-8854-fc7971f4084b/14357417407-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3a8c3480-d912-4e9d-8854-fc7971f4084b/14357417407-250.jpg",
    "song": "Big Love",
    "track_id": null,
    "recording_id": null,
    "artist": "CFCF",
    "artist_ids": [
        "c06cb96b-2a5c-439a-8171-fe3bd7d01ac3"
    ],
    "album": "Continent",
    "release_id": null,
    "release_group_id": "e9207867-4275-450c-a7d1-13423bee3da6",
    "labels": [
        "Paper Bag"
    ],
    "label_ids": [],
    "release_date": "2009-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - Canada's CFCF with a Fleetwood Mac cover\n\nOut of Montreal, CFCF released this cover in 2009: https://cfcf.bandcamp.com/track/big-love\n\nThe original comes from Fleetwood Mac's 1987 album, Tango in the Night.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}