Information about plays

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

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

{
    "id": 3551523,
    "uri": "https://api.kexp.org/v2/plays/3551523/?format=api",
    "airdate": "2025-09-11T02:25:54-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-59725d22-2e59-48d6-8468-9f148c0fda11/mbid-59725d22-2e59-48d6-8468-9f148c0fda11-41952191887_thumb500.jpg",
    "thumbnail_uri": "https://ia800707.us.archive.org/33/items/mbid-59725d22-2e59-48d6-8468-9f148c0fda11/mbid-59725d22-2e59-48d6-8468-9f148c0fda11-41952191887_thumb250.jpg",
    "song": "Lightsabers and Black Forces",
    "track_id": "079cf171-aa73-4974-abae-2a7d915dd44c",
    "recording_id": "fc9c0cd6-393e-4850-a24e-f3f0c60c56e9",
    "artist": "Murs feat. Chace Infinite",
    "artist_ids": [
        "5932cfc5-8a94-4380-a156-972c575c896f",
        "29776960-786c-4086-8079-ef5b83a0054c"
    ],
    "album": "Love & Rockets 3:16 (The Emancipation)",
    "release_id": "59725d22-2e59-48d6-8468-9f148c0fda11",
    "release_group_id": "50366def-0d20-477a-a637-f700946142ef",
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2025-07-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}