Information about plays

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

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

{
    "id": 3546603,
    "uri": "https://api.kexp.org/v2/plays/3546603/?format=api",
    "airdate": "2025-08-30T06:10:30-07:00",
    "show": 64425,
    "show_uri": "https://api.kexp.org/v2/shows/64425/?format=api",
    "image_uri": "https://coverartarchive.org/release/f00af81c-9249-49d0-b3f5-8b6725bd1900/28008351580-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f00af81c-9249-49d0-b3f5-8b6725bd1900/28008351580-250.jpg",
    "song": "Halftime",
    "track_id": null,
    "recording_id": "f8beb7b8-07de-4ca7-bcc2-33d5b9599bfd",
    "artist": "Nas",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823"
    ],
    "album": "Illmatic",
    "release_id": null,
    "release_group_id": "28298e2c-4d70-3eed-a0f5-a3280c662b3d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1994-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}