Information about plays

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

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

{
    "id": 3543722,
    "uri": "https://api.kexp.org/v2/plays/3543722/?format=api",
    "airdate": "2025-08-23T12:06:10-07:00",
    "show": 64367,
    "show_uri": "https://api.kexp.org/v2/shows/64367/?format=api",
    "image_uri": "https://ia800106.us.archive.org/28/items/mbid-26ffc3a6-b1f7-4e79-b770-709a71503414/mbid-26ffc3a6-b1f7-4e79-b770-709a71503414-29795986682_thumb500.jpg",
    "thumbnail_uri": "https://ia800106.us.archive.org/28/items/mbid-26ffc3a6-b1f7-4e79-b770-709a71503414/mbid-26ffc3a6-b1f7-4e79-b770-709a71503414-29795986682_thumb250.jpg",
    "song": "Beat and the Pulse",
    "track_id": "c63a47b2-78b8-3e19-a809-d5e8d141e025",
    "recording_id": "40912d6a-66d4-45dc-b6b5-713641fd69a0",
    "artist": "Austra",
    "artist_ids": [
        "af9e8d94-d471-4f91-82c7-250c22545162"
    ],
    "album": "Feel It Break",
    "release_id": "48885775-de9f-4d8d-adfe-dd50f39e3e6c",
    "release_group_id": "4ddef6f3-bce0-4227-8c58-c7675c55fea1",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2011-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl was the host when Austra performed wonderfully in our studio in in 2011.  The session ended with \"Beath and the Pulse\": https://www.youtube.com/watch?v=EIedfY99tNo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}