Information about plays

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

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

{
    "id": 3558555,
    "uri": "https://api.kexp.org/v2/plays/3558555/?format=api",
    "airdate": "2025-09-27T21:44:26-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "https://ia800501.us.archive.org/23/items/mbid-c9618401-1618-4951-953a-ae64f46c9a16/mbid-c9618401-1618-4951-953a-ae64f46c9a16-14510049629_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/23/items/mbid-c9618401-1618-4951-953a-ae64f46c9a16/mbid-c9618401-1618-4951-953a-ae64f46c9a16-14510049629_thumb250.jpg",
    "song": "Punkrocker",
    "track_id": "fcca66cc-0091-37bc-ba54-77b8b1fbde32",
    "recording_id": "4984cc31-dac1-495b-a468-f8c760b90b73",
    "artist": "Teddybears feat. Iggy Pop",
    "artist_ids": [
        "677c6265-b0f7-4d5b-982e-ffe8b01e131f",
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Soft Machine",
    "release_id": "c9618401-1618-4951-953a-ae64f46c9a16",
    "release_group_id": "18efe023-eec2-3e39-a931-81f421c3bfa5",
    "labels": [
        "Atlantic",
        "Big Beat"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "04a12848-9667-4173-93c6-011cb1c3eabd"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Punkrocker has been covered multiple times, with this being the best known version in which Iggy Pop is singing partially re-written lyrics. It is also featured in the 2025 Superman movie.\n\nYou can check out the music video for it by following the link below:\n\nhttps://youtu.be/8P09rxVaQAM?si=fNgZ8djNkQ-8gUV_",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}