Information about plays

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

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

{
    "id": 3520476,
    "uri": "https://api.kexp.org/v2/plays/3520476/?format=api",
    "airdate": "2025-06-29T17:30:22-07:00",
    "show": 63875,
    "show_uri": "https://api.kexp.org/v2/shows/63875/?format=api",
    "image_uri": "https://coverartarchive.org/release/3811a110-cce0-4ddd-b52f-e12c50190783/1647997357-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3811a110-cce0-4ddd-b52f-e12c50190783/1647997357-250.jpg",
    "song": "How Will I Know",
    "track_id": null,
    "recording_id": "d7c7f228-2e61-418e-b4b5-e689ada837ca",
    "artist": "Whitney Houston",
    "artist_ids": [
        "0307edfc-437c-4b48-8700-80680e66a228"
    ],
    "album": "Whitney Houston",
    "release_id": null,
    "release_group_id": "131d12c0-e720-31df-a2f9-d9abd868ceaf",
    "labels": [],
    "label_ids": [],
    "release_date": "1985-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}