Information about plays

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

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

{
    "id": 3585156,
    "uri": "https://api.kexp.org/v2/plays/3585156/?format=api",
    "airdate": "2025-11-30T19:21:31-08:00",
    "show": 65255,
    "show_uri": "https://api.kexp.org/v2/shows/65255/?format=api",
    "image_uri": "https://coverartarchive.org/release/31a98c3b-c24c-4733-a0e1-fa73bdc9f6ac/39786608618-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31a98c3b-c24c-4733-a0e1-fa73bdc9f6ac/39786608618-250.jpg",
    "song": "Sing a Simple Song",
    "track_id": null,
    "recording_id": "641a1b62-ff37-4018-aa1a-42593e32b141",
    "artist": "Mongo Santamaría",
    "artist_ids": [
        "915f84de-eac2-4e78-99ad-9ab6e2c50af6"
    ],
    "album": "Yo!: Hot Latin Funk From El Barrio",
    "release_id": null,
    "release_group_id": "ddc6feb7-40e2-3cc6-a24a-11b90b46ff94",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cuban rumba quinto master and Afro-Cuban Latin jazz percussionist Mongo Santamaría originally released \"Sing a Simple Song\" in 1970 but you can find the track on the 2002 compilation album Yo!: Hot Latin Funk From El Barrio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}