Information about plays

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

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

{
    "id": 3560501,
    "uri": "https://api.kexp.org/v2/plays/3560501/?format=api",
    "airdate": "2025-10-02T15:33:44-07:00",
    "show": 64726,
    "show_uri": "https://api.kexp.org/v2/shows/64726/?format=api",
    "image_uri": "https://coverartarchive.org/release/e480fa3f-dc41-45e0-b18b-cd274ddbe264/42685100263-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e480fa3f-dc41-45e0-b18b-cd274ddbe264/42685100263-250.jpg",
    "song": "Get Ur Freak On",
    "track_id": null,
    "recording_id": "67558fc1-d18a-4851-979e-099671efcc14",
    "artist": "Missy Elliott",
    "artist_ids": [
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39"
    ],
    "album": "Miss E …So Addictive",
    "release_id": null,
    "release_group_id": "9e4f5c7a-0bec-3c68-bd21-d368145f34e3",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2001-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was sampled in Bad Bunny's \"Safaera.\"\n--\nHere's a look at some of the many songs that have sampled Missy Elliott: https://www.vibe.com/lists/songs-that-sample-missy-elliott/megan-thee-stallion-circles/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}