Information about plays

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

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

{
    "id": 3548874,
    "uri": "https://api.kexp.org/v2/plays/3548874/?format=api",
    "airdate": "2025-09-04T15:11:14-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://ia800200.us.archive.org/35/items/mbid-499d9ce6-8a93-4bc4-9017-0c7f1cc56c0d/mbid-499d9ce6-8a93-4bc4-9017-0c7f1cc56c0d-23147729455_thumb500.jpg",
    "thumbnail_uri": "https://ia600200.us.archive.org/35/items/mbid-499d9ce6-8a93-4bc4-9017-0c7f1cc56c0d/mbid-499d9ce6-8a93-4bc4-9017-0c7f1cc56c0d-23147729455_thumb250.jpg",
    "song": "Apache",
    "track_id": "d93c7da4-a8d0-47d8-9064-a876be5c7194",
    "recording_id": "29885ba0-2a16-42b9-a9ae-638e20cbbee1",
    "artist": "Incredible Bongo Band",
    "artist_ids": [
        "f72131c1-b677-4324-84c0-9f5991fe4a4e"
    ],
    "album": "Bongo Rock",
    "release_id": "499d9ce6-8a93-4bc4-9017-0c7f1cc56c0d",
    "release_group_id": "beeb6b52-d7f1-3cf4-9da4-eec7e1d59c02",
    "labels": [
        "Pride"
    ],
    "label_ids": [
        "ef27f204-8974-4e0a-8645-82e948e82d4b"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that this song has been sampled more than 800 times?  Mr. Moby sampled the drums for \"Machete.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}