Information about plays

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

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

{
    "id": 3551131,
    "uri": "https://api.kexp.org/v2/plays/3551131/?format=api",
    "airdate": "2025-09-10T03:14:29-07:00",
    "show": 64522,
    "show_uri": "https://api.kexp.org/v2/shows/64522/?format=api",
    "image_uri": "https://ia902909.us.archive.org/31/items/mbid-e36680bb-a17f-4996-b7d5-1b3ca12eeb42/mbid-e36680bb-a17f-4996-b7d5-1b3ca12eeb42-10753401641_thumb500.jpg",
    "thumbnail_uri": "https://ia802909.us.archive.org/31/items/mbid-e36680bb-a17f-4996-b7d5-1b3ca12eeb42/mbid-e36680bb-a17f-4996-b7d5-1b3ca12eeb42-10753401641_thumb250.jpg",
    "song": "Under Your Spell",
    "track_id": "037d84fc-97e7-453e-81e6-370961daab60",
    "recording_id": "e2ba531e-e952-46f8-9fb9-532fde00da77",
    "artist": "Desire",
    "artist_ids": [
        "9dae8dff-0c54-4019-a6f2-667890ad9878"
    ],
    "album": "Drive: Original Motion Picture Soundtrack",
    "release_id": "e36680bb-a17f-4996-b7d5-1b3ca12eeb42",
    "release_group_id": "57dbf641-99ac-42f5-9981-5c11c0d1e48a",
    "labels": [
        "Lakeshore Records"
    ],
    "label_ids": [
        "7c4964d4-173c-4802-b7ef-8a20181c54f5"
    ],
    "release_date": "2011-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Official video here:\nhttps://www.youtube.com/watch?v=Gcht84HFyko",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}