Information about plays

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

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

{
    "id": 3542473,
    "uri": "https://api.kexp.org/v2/plays/3542473/?format=api",
    "airdate": "2025-08-20T12:31:07-07:00",
    "show": 64339,
    "show_uri": "https://api.kexp.org/v2/shows/64339/?format=api",
    "image_uri": "https://ia600707.us.archive.org/33/items/mbid-59725d22-2e59-48d6-8468-9f148c0fda11/mbid-59725d22-2e59-48d6-8468-9f148c0fda11-41952191887_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-59725d22-2e59-48d6-8468-9f148c0fda11/mbid-59725d22-2e59-48d6-8468-9f148c0fda11-41952191887_thumb250.jpg",
    "song": "This Ain't That",
    "track_id": "8809d1f5-5690-4f3f-926e-1702cba5d624",
    "recording_id": "07a0f786-bbd6-4f41-9ab9-a9ead69fa0c9",
    "artist": "Murs",
    "artist_ids": [
        "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": "This track is from Murs' final album out now!\n\nhttps://murs-mmg.bandcamp.com/album/love-rockets-3-16-the-emancipation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}