Information about plays

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

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

{
    "id": 3606321,
    "uri": "https://api.kexp.org/v2/plays/3606321/?format=api",
    "airdate": "2026-01-19T09:01:13-08:00",
    "show": 65698,
    "show_uri": "https://api.kexp.org/v2/shows/65698/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jolene (Todd Terje remix)",
    "track_id": "f0ab739a-8fa3-49c7-b102-fc15db655652",
    "recording_id": "5bc40874-f0ee-4a50-b35e-d338b29ed3f9",
    "artist": "Dolly Parton",
    "artist_ids": [
        "1d543e07-d0d2-4834-a8db-d65c50c2a856"
    ],
    "album": "Jolene (Todd Terje remix)",
    "release_id": "da0b3778-bbff-4312-917f-1b8b12f518e7",
    "release_group_id": "0b723403-3ab4-4e48-9573-36952577323b",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday, Dolly! Born on this day, 1946.\n\nTodd Terje was tapped to create a remix of Dolly Parton's \"Jolene\" as part of brand agency Chandelier Creative's holiday tribute to Dolly Parton. Read more at Pitchfork: https://tinyurl.com/hbzump64",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}