Information about plays

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

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

{
    "id": 3614834,
    "uri": "https://api.kexp.org/v2/plays/3614834/?format=api",
    "airdate": "2026-02-08T11:03:23-08:00",
    "show": 65878,
    "show_uri": "https://api.kexp.org/v2/shows/65878/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Sundown",
    "track_id": null,
    "recording_id": "832953b7-3394-42d3-8451-adfcbc36e64b",
    "artist": "Norma Jean",
    "artist_ids": [
        "3dd65492-5829-4733-ab6a-d099c822eb51"
    ],
    "album": "Norma Jean",
    "release_id": null,
    "release_group_id": "d1c4f7a0-d108-4e31-bbaf-8d84f62d3bc2",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Penned by Kristofferson when he was particularly inspired by Mickey Newbury’s songwriting style.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}