Information about plays

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

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

{
    "id": 3564410,
    "uri": "https://api.kexp.org/v2/plays/3564410/?format=api",
    "airdate": "2025-10-13T02:03:16-07:00",
    "show": 64821,
    "show_uri": "https://api.kexp.org/v2/shows/64821/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c16a95d-5145-4815-bcfd-34a25204706e/40737514558-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c16a95d-5145-4815-bcfd-34a25204706e/40737514558-250.jpg",
    "song": "Clusters",
    "track_id": null,
    "recording_id": "016cb74c-fc55-4deb-822a-072e28297467",
    "artist": "Greg Foat",
    "artist_ids": [
        "7c86ac0b-81af-42fb-b49a-28d3eee4663c"
    ],
    "album": "The Glass Frog",
    "release_id": null,
    "release_group_id": "c0baff5a-678d-4345-ac3c-733c6582ffa6",
    "labels": [
        "Blue Crystal Records"
    ],
    "label_ids": [
        "a3a870db-144d-4a18-8d31-35faf9ade552"
    ],
    "release_date": "2024-07-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}