Information about plays

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

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

{
    "id": 3542662,
    "uri": "https://api.kexp.org/v2/plays/3542662/?format=api",
    "airdate": "2025-08-20T23:14:00-07:00",
    "show": 64343,
    "show_uri": "https://api.kexp.org/v2/shows/64343/?format=api",
    "image_uri": "https://coverartarchive.org/release/7db8a368-ca76-343f-a6dd-f6ad604f630b/25290697827-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7db8a368-ca76-343f-a6dd-f6ad604f630b/25290697827-250.jpg",
    "song": "Rusholme Ruffians",
    "track_id": null,
    "recording_id": "dd06868b-ff3b-4149-8014-0ba025c9a191",
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "Meat Is Murder",
    "release_id": null,
    "release_group_id": "0d56a04c-045a-37db-bcc3-6c7099e94f16",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "71247f6b-fd24-4a56-89a2-23512f006f0c"
    ],
    "release_date": "1985-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}