Information about plays

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

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

{
    "id": 3574603,
    "uri": "https://api.kexp.org/v2/plays/3574603/?format=api",
    "airdate": "2025-11-06T05:38:56-08:00",
    "show": 65035,
    "show_uri": "https://api.kexp.org/v2/shows/65035/?format=api",
    "image_uri": "https://ia601901.us.archive.org/31/items/mbid-7bc563a3-a3a7-4af2-a265-d4d2181e2e61/mbid-7bc563a3-a3a7-4af2-a265-d4d2181e2e61-15791610869_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/31/items/mbid-7bc563a3-a3a7-4af2-a265-d4d2181e2e61/mbid-7bc563a3-a3a7-4af2-a265-d4d2181e2e61-15791610869_thumb250.jpg",
    "song": "More Than This",
    "track_id": "f5659709-bbff-320b-96ae-a19f4e8d3c2a",
    "recording_id": "f8c61c47-0e60-45a8-b629-91a9d846d8b8",
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "More Than This: The Best of Bryan Ferry + Roxy Music",
    "release_id": "7bc563a3-a3a7-4af2-a265-d4d2181e2e61",
    "release_group_id": "8c89d879-f979-34b6-83e5-d82281776988",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1999-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by lead singer Bryan Ferry, this song is about a love affair that fell apart. \n-https://bit.ly/2L1L7hZ\n\nThis song is also famously featured in the 2003 film Lost in Translation. In a memorable scene, the character Bob Harris played by Bill Murray, performs a karaoke version of the song in a Tokyo bar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}