Information about plays

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

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

{
    "id": 3608395,
    "uri": "https://api.kexp.org/v2/plays/3608395/?format=api",
    "airdate": "2026-01-24T07:40:36-08:00",
    "show": 65741,
    "show_uri": "https://api.kexp.org/v2/shows/65741/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pigs",
    "track_id": null,
    "recording_id": "25edaf91-289c-45fe-b309-37f006b95f15",
    "artist": "No Fixed Address",
    "artist_ids": [
        "469d90b4-c791-4b92-9128-2076d62e43db"
    ],
    "album": "From My Eyes",
    "release_id": null,
    "release_group_id": "c1aa54da-78d6-46f3-a2e9-7a3d8135f224",
    "labels": [
        "Rough Diamond Records"
    ],
    "label_ids": [
        "0b9a2f6d-d843-4671-b94a-769b19779804"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pitjanjatjara, Gunaikurnai, Ngarrindjeri \n--\nNo Fixed Address are an Indigenous Australian reggae rock group formed in 1979. They have been inducted into the Hall of Fame at the inaugural National Indigenous Music Awards as well as the SA Music Hall of Fame.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}