Information about plays

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

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

{
    "id": 3639491,
    "uri": "https://api.kexp.org/v2/plays/3639491/?format=api",
    "airdate": "2026-04-08T14:17:58-07:00",
    "show": 66400,
    "show_uri": "https://api.kexp.org/v2/shows/66400/?format=api",
    "image_uri": "https://coverartarchive.org/release/77df7e91-2cc3-4721-a99f-004063cd715c/3314965326-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77df7e91-2cc3-4721-a99f-004063cd715c/3314965326-250.jpg",
    "song": "Nuclear",
    "track_id": null,
    "recording_id": "854d5931-3e1b-4182-b1fa-a37fe9742d74",
    "artist": "Destiny’s Child",
    "artist_ids": [
        "a796b92e-c137-4895-9c89-10f900617a4f"
    ],
    "album": "Love Songs",
    "release_id": null,
    "release_group_id": "09f5bac9-9667-465b-9d0e-d2cafb818c65",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2013-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ahh...the wonderful Black Flag-Destiny's Child seque!\n--\nThis previously unreleased track in 2013 was the first single from Destiny's Child's compilation of romantic tunes, Love Songs. It was their first new song in eight years.\n--\nThe throwback R&B cut's shuffling beat was borrowed from the drums on Lyn Collins' 1972 single, \"Think (About It).\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}