Information about plays

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

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

{
    "id": 3557439,
    "uri": "https://api.kexp.org/v2/plays/3557439/?format=api",
    "airdate": "2025-09-25T04:22:03-07:00",
    "show": 64654,
    "show_uri": "https://api.kexp.org/v2/shows/64654/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4ee5311-365a-4966-acd4-6e3c4d42369e/28121836103-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4ee5311-365a-4966-acd4-6e3c4d42369e/28121836103-250.jpg",
    "song": "Murder She Wrote",
    "track_id": null,
    "recording_id": "20b89575-c338-4e99-8c07-7c6603cd0639",
    "artist": "Chaka Demus & Pliers",
    "artist_ids": [
        "449f264b-1a94-4ef8-b601-2ffccbbedefa"
    ],
    "album": "Murder She Wrote",
    "release_id": null,
    "release_group_id": "9bb1c15b-510b-4fdb-bb63-d5137c14fb2d",
    "labels": [
        "5th Avenue South"
    ],
    "label_ids": [
        "e38d5aac-52dc-4aeb-a94d-fb6c7e61960e"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}