Information about plays

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

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

{
    "id": 3544177,
    "uri": "https://api.kexp.org/v2/plays/3544177/?format=api",
    "airdate": "2025-08-24T11:28:32-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/92a90fab-af9f-4e1d-8d93-3b85cb6987a7/8101878003-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92a90fab-af9f-4e1d-8d93-3b85cb6987a7/8101878003-250.jpg",
    "song": "Kodachrome",
    "track_id": null,
    "recording_id": "642cb489-5c63-4b78-ac10-b1287bbd87b6",
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "There Goes Rhymin’ Simon",
    "release_id": null,
    "release_group_id": "fb1e90a8-4461-382b-9081-183abb3c8997",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Named after a type of Kodak film, the song wasn’t released in the UK because it couldn’t be played on BBC radio due to its trademarked name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}