Information about plays

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

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

{
    "id": 3519434,
    "uri": "https://api.kexp.org/v2/plays/3519434/?format=api",
    "airdate": "2025-06-27T07:57:29-07:00",
    "show": 63849,
    "show_uri": "https://api.kexp.org/v2/shows/63849/?format=api",
    "image_uri": "https://coverartarchive.org/release/ac452175-f734-4bd7-a857-29c31a7d9625/8371724008-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ac452175-f734-4bd7-a857-29c31a7d9625/8371724008-250.jpg",
    "song": "Groove Is in the Heart",
    "track_id": null,
    "recording_id": "9ff8e216-c47e-4645-81e5-a63113e27cff",
    "artist": "Deee‐Lite",
    "artist_ids": [
        "83d401e8-3322-4491-98d3-ec3a567c5047"
    ],
    "album": "Groove Is in the Heart / What Is Love?",
    "release_id": null,
    "release_group_id": "bcbb7be1-0bd8-3b9a-9d40-eeab95d6e29d",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that this song contains samples of 14 other songs (including the bassline from Herbie Hancock's 1966 \"Bring Down the Birds\") and has itself been sampled more than 60 times?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}