Information about plays

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

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

{
    "id": 3632641,
    "uri": "https://api.kexp.org/v2/plays/3632641/?format=api",
    "airdate": "2026-03-23T06:35:45-07:00",
    "show": 66258,
    "show_uri": "https://api.kexp.org/v2/shows/66258/?format=api",
    "image_uri": "https://coverartarchive.org/release/50b60bb4-3345-4a5b-acef-37243d98d009/34162699171-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50b60bb4-3345-4a5b-acef-37243d98d009/34162699171-250.jpg",
    "song": "Georgia on My Mind",
    "track_id": null,
    "recording_id": "46aabe46-8fd3-471a-af56-e65c5aedd78d",
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Willie Nelson, Vol. 2 [Platinum Disc]",
    "release_id": null,
    "release_group_id": "062354a0-910f-4328-b997-4caabe402851",
    "labels": [
        "Platinum Disc Corporation"
    ],
    "label_ids": [
        "8c2df850-7e18-4260-8aa6-b4aad2736f91"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Willie Nelson's version of \"Georgia on My Mind,\" most often associated with Ray Charles. Nelson’s version became a massive success in its own right, earning him a Grammy Award for Best Country Vocal Performance, Male in 1979.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}