Information about plays

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

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

{
    "id": 3555653,
    "uri": "https://api.kexp.org/v2/plays/3555653/?format=api",
    "airdate": "2025-09-20T22:26:56-07:00",
    "show": 64618,
    "show_uri": "https://api.kexp.org/v2/shows/64618/?format=api",
    "image_uri": "https://ia801905.us.archive.org/3/items/mbid-837dec25-afdf-42ce-8663-ff4a3d75f497/mbid-837dec25-afdf-42ce-8663-ff4a3d75f497-4507812192_thumb500.jpg",
    "thumbnail_uri": "https://ia801905.us.archive.org/3/items/mbid-837dec25-afdf-42ce-8663-ff4a3d75f497/mbid-837dec25-afdf-42ce-8663-ff4a3d75f497-4507812192_thumb250.jpg",
    "song": "The Crusher",
    "track_id": "a167633e-da4b-3508-af33-e9b2486bcae4",
    "recording_id": "6b5393ec-f251-4fbb-8191-8dfd4198df43",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "¡Adios Amigos!",
    "release_id": "837dec25-afdf-42ce-8663-ff4a3d75f497",
    "release_group_id": "fc1f2ab6-a252-3aca-958d-3a2a50e1a8ea",
    "labels": [
        "Radioactive Records"
    ],
    "label_ids": [
        "91bbf0d3-63b9-4339-83ff-be86ecb514f6"
    ],
    "release_date": "1995-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}