Information about plays

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

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

{
    "id": 3598690,
    "uri": "https://api.kexp.org/v2/plays/3598690/?format=api",
    "airdate": "2026-01-01T04:48:05-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": [
        "Goldmind"
    ],
    "label_ids": [
        "18064064-b2e5-4e3a-88cd-edbe9d728e65"
    ],
    "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"
}