Information about plays

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

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

{
    "id": 3583092,
    "uri": "https://api.kexp.org/v2/plays/3583092/?format=api",
    "airdate": "2025-11-26T04:36:38-08:00",
    "show": 65212,
    "show_uri": "https://api.kexp.org/v2/shows/65212/?format=api",
    "image_uri": "https://ia800907.us.archive.org/3/items/mbid-a2b29338-5ac1-4b1a-a90c-a5c944ef34cd/mbid-a2b29338-5ac1-4b1a-a90c-a5c944ef34cd-42377026584_thumb500.jpg",
    "thumbnail_uri": "https://dn720701.ca.archive.org/0/items/mbid-a2b29338-5ac1-4b1a-a90c-a5c944ef34cd/mbid-a2b29338-5ac1-4b1a-a90c-a5c944ef34cd-42377026584_thumb250.jpg",
    "song": "Beep Me 911",
    "track_id": "0566c797-a312-3b5b-b2b6-8d7efb1ac226",
    "recording_id": "2dc049ce-809e-4ca2-a338-592b13a530d2",
    "artist": "Missy Elliott feat. 702",
    "artist_ids": [
        "4822d466-5c1f-4e04-80e9-e33e8295c26b",
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39"
    ],
    "album": "Supa Dupa Fly",
    "release_id": "a2b29338-5ac1-4b1a-a90c-a5c944ef34cd",
    "release_group_id": "45a68d94-6923-38c1-a6dd-4cfc1cdc193a",
    "labels": [
        "EastWest Records America"
    ],
    "label_ids": [
        "0b05d7e9-fd0b-4967-92a8-a42f72e12903"
    ],
    "release_date": "1997-08-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for this Missy Elliott song here: https://www.youtube.com/watch?v=cWHicFCKxVE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}