Information about plays

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

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

{
    "id": 3543066,
    "uri": "https://api.kexp.org/v2/plays/3543066/?format=api",
    "airdate": "2025-08-21T22:32:10-07:00",
    "show": 64351,
    "show_uri": "https://api.kexp.org/v2/shows/64351/?format=api",
    "image_uri": "https://coverartarchive.org/release/7441aec7-e8bd-4db0-947e-a476a9431963/2569278873-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7441aec7-e8bd-4db0-947e-a476a9431963/2569278873-250.jpg",
    "song": "Love Is Love",
    "track_id": null,
    "recording_id": "f58fd8c7-c209-4a23-a50d-de1ad3cd654d",
    "artist": "The Blackbyrds",
    "artist_ids": [
        "9e5aee7c-2dc8-48ab-b6f9-b050dc51e6fc"
    ],
    "album": "Flying Start",
    "release_id": null,
    "release_group_id": "4882bb88-fa6a-34be-8284-a6cedd652a05",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}