Information about plays

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

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

{
    "id": 3574576,
    "uri": "https://api.kexp.org/v2/plays/3574576/?format=api",
    "airdate": "2025-11-06T03:57:32-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "https://coverartarchive.org/release/b35f9b6c-5a03-4137-be82-2e60e9cc5712/10570987284-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b35f9b6c-5a03-4137-be82-2e60e9cc5712/10570987284-250.jpg",
    "song": "But She Was Not Flying",
    "track_id": null,
    "recording_id": "c3e994a2-1889-4bfc-9b56-304b6f87580f",
    "artist": "Algiers",
    "artist_ids": [
        "258e8672-1db1-469a-a505-00a42aaf0973"
    ],
    "album": "Algiers",
    "release_id": null,
    "release_group_id": "097ee9b0-3838-4adc-8fa0-0d3827c94d2c",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2015-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl hosted Atlanta group Algiers Live on KEXP back in 2023. Check out the full session here: www.youtube.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}