Information about plays

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

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

{
    "id": 3501293,
    "uri": "https://api.kexp.org/v2/plays/3501293/?format=api",
    "airdate": "2025-05-14T13:51:03-07:00",
    "show": 63459,
    "show_uri": "https://api.kexp.org/v2/shows/63459/?format=api",
    "image_uri": "https://ia800705.us.archive.org/35/items/mbid-2fa48352-7734-4829-a8be-db1139e948cf/mbid-2fa48352-7734-4829-a8be-db1139e948cf-23981592421_thumb500.jpg",
    "thumbnail_uri": "https://ia600705.us.archive.org/35/items/mbid-2fa48352-7734-4829-a8be-db1139e948cf/mbid-2fa48352-7734-4829-a8be-db1139e948cf-23981592421_thumb250.jpg",
    "song": "Ring Ring Ring (Ha Ha Hey)",
    "track_id": "ed2c2a16-ed92-3485-b5d1-2122dac372f6",
    "recording_id": "9247d705-f538-40aa-9ddb-38a6c7b06a19",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "De La Soul Is Dead",
    "release_id": "2fa48352-7734-4829-a8be-db1139e948cf",
    "release_group_id": "0be4cdd5-ed37-3842-82ba-7f9983a34473",
    "labels": [
        "Tommy Boy",
        "Tommy Boy Music"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f",
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1991-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another birthday!  On May 14th, 1991, De La Soul released \"De La Soul Is Dead.\"\n--\nThis song used samples from six sources, including The Headhunters' \"God Make Me Funky.\" The bass in the introduction comes from Lou Johnson's \"Beat\" and the drums comes from The Honey Drippers' \"Impeach the President.\" The track also contains samples of The Whatnaut's \"Help Is On The Way\" and The JB's \"Pass The Peas.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}