Information about plays

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

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

{
    "id": 3550641,
    "uri": "https://api.kexp.org/v2/plays/3550641/?format=api",
    "airdate": "2025-09-09T00:19:53-07:00",
    "show": 64513,
    "show_uri": "https://api.kexp.org/v2/shows/64513/?format=api",
    "image_uri": "https://coverartarchive.org/release/48d3cf12-a299-4236-933a-7a0fcb4fea90/13070316118-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/48d3cf12-a299-4236-933a-7a0fcb4fea90/13070316118-250.jpg",
    "song": "No Golden Throat",
    "track_id": null,
    "recording_id": null,
    "artist": "Lizzy Mercier Descloux",
    "artist_ids": [
        "96c008cb-f6e7-48a0-99d6-8bba45564dab"
    ],
    "album": "Press Color",
    "release_id": null,
    "release_group_id": "531c768f-2690-32fc-ab62-8173d50e1e4d",
    "labels": [
        "ZE Records"
    ],
    "label_ids": [
        "9474b0cc-8065-457c-865d-463f2383ce00"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "She's so cool",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}