Information about plays

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

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

{
    "id": 3556942,
    "uri": "https://api.kexp.org/v2/plays/3556942/?format=api",
    "airdate": "2025-09-24T00:02:52-07:00",
    "show": 64645,
    "show_uri": "https://api.kexp.org/v2/shows/64645/?format=api",
    "image_uri": "https://coverartarchive.org/release/e551ecd8-af56-49ea-b673-acb94dc8160a/36954431504-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e551ecd8-af56-49ea-b673-acb94dc8160a/36954431504-250.jpg",
    "song": "Put Your Records On",
    "track_id": null,
    "recording_id": "a2ca096d-b51b-4bd5-bda0-a0875c5f9657",
    "artist": "Corinne Bailey Rae",
    "artist_ids": [
        "bc85c6f6-6b06-44c1-8754-ef32c1e6b824"
    ],
    "album": "Corinne Bailey Rae",
    "release_id": null,
    "release_group_id": "c482b985-7c06-3961-a0a3-90196ba81983",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.corinnebaileyrae.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}