Information about plays

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

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

{
    "id": 3609346,
    "uri": "https://api.kexp.org/v2/plays/3609346/?format=api",
    "airdate": "2026-01-26T10:07:48-08:00",
    "show": 65761,
    "show_uri": "https://api.kexp.org/v2/shows/65761/?format=api",
    "image_uri": "https://dn710006.ca.archive.org/0/items/mbid-1459763c-bba6-4053-b97e-7d154f8d6aed/mbid-1459763c-bba6-4053-b97e-7d154f8d6aed-28148762584_thumb500.jpg",
    "thumbnail_uri": "https://dn710006.ca.archive.org/0/items/mbid-1459763c-bba6-4053-b97e-7d154f8d6aed/mbid-1459763c-bba6-4053-b97e-7d154f8d6aed-28148762584_thumb250.jpg",
    "song": "Come Ye",
    "track_id": "e557bef1-66c7-35ff-9eaa-801221cf3225",
    "recording_id": "e14f61b0-a390-436d-9ef9-0579c82711c5",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Ultimate Nina Simone",
    "release_id": "1459763c-bba6-4053-b97e-7d154f8d6aed",
    "release_group_id": "797409e1-b53e-32b1-8ecb-9d0601dd5d0f",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Nina Simone, the song \"Come Ye\" originally appeared on her 1967 album, \"High Priestess of Soul\". The album's songs are accompanied by a large band directed and arranged by Hal Mooney.\n\n\"Come ye ye who would have peace...\"\n\nhttps://www.ninasimone.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}