Information about plays

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

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

{
    "id": 3569010,
    "uri": "https://api.kexp.org/v2/plays/3569010/?format=api",
    "airdate": "2025-10-23T17:08:46-07:00",
    "show": 64913,
    "show_uri": "https://api.kexp.org/v2/shows/64913/?format=api",
    "image_uri": "https://coverartarchive.org/release/7fdbc99b-ceea-4cd2-936e-db9482098318/36217604380-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7fdbc99b-ceea-4cd2-936e-db9482098318/36217604380-250.jpg",
    "song": "4U",
    "track_id": null,
    "recording_id": "48045c17-dbb9-4342-84bc-036f4e78b35e",
    "artist": "Pi’erre Bourne",
    "artist_ids": [
        "be0d7749-0974-48ba-93bb-6e974ec193a2"
    ],
    "album": "The Life of Pi’erre 5",
    "release_id": null,
    "release_group_id": "9e452cc0-451c-4694-9767-3d4e52937195",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.yopierre.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}