Information about plays

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

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

{
    "id": 3639681,
    "uri": "https://api.kexp.org/v2/plays/3639681/?format=api",
    "airdate": "2026-04-09T01:53:09-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c578551-218a-4b6e-a972-c50fec55ce72/32267552448-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c578551-218a-4b6e-a972-c50fec55ce72/32267552448-250.jpg",
    "song": "Hit ’em Wit da Hee",
    "track_id": null,
    "recording_id": "b587cd19-5d79-44b4-9706-1d5d01066e71",
    "artist": "Missy Misdemeanor Elliott featuring Lil’ Kim",
    "artist_ids": [
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39",
        "bc1b5c95-e6d6-46b5-957a-5e8908b02c1e"
    ],
    "album": "Supa Dupa Fly",
    "release_id": null,
    "release_group_id": "45a68d94-6923-38c1-a6dd-4cfc1cdc193a",
    "labels": [
        "Goldmind"
    ],
    "label_ids": [
        "18064064-b2e5-4e3a-88cd-edbe9d728e65"
    ],
    "release_date": "1997-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Missy Elliott's 1997 video of her dancing inside a castle: https://www.youtube.com/watch?v=Z5ein59FLQ4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}