Information about plays

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

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

{
    "id": 3521948,
    "uri": "https://api.kexp.org/v2/plays/3521948/?format=api",
    "airdate": "2025-07-03T04:23:14-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Show Me Love (extended mix)",
    "track_id": null,
    "recording_id": "77585816-fe14-4b97-aa3f-6b56180dd12d",
    "artist": "Robin S",
    "artist_ids": [
        "37a0943e-9638-48fe-9a56-7192d7efbbed"
    ],
    "album": "Show Me Love",
    "release_id": null,
    "release_group_id": "8eb400c6-6ae2-3c2c-a057-6dda19b2bb9c",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1993-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1990 on Champion Records, the original mix for \"Show Me Love\" was heavy on piano, has some horn riffs, and runs 6:40.\n\nTargeted to dance clubs, it had little impact, but in 1992 the Swedish DJ and producer StoneBridge contacted Champion Records looking for songs to remix. They suggested \"Show Me Love,\" and StoneBridge reconfigured the song with that now-famous synthesizer riff that dominates the mix that you're hearing!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}