Information about plays

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

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

{
    "id": 3566985,
    "uri": "https://api.kexp.org/v2/plays/3566985/?format=api",
    "airdate": "2025-10-18T23:14:12-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "https://coverartarchive.org/release/adad74e2-2a6e-4d05-aca9-ebfaf7c78f05/42532216373-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/adad74e2-2a6e-4d05-aca9-ebfaf7c78f05/42532216373-250.jpg",
    "song": "Borrowed Time",
    "track_id": null,
    "recording_id": "06f5351f-029e-47f3-8e16-fe15d2aab453",
    "artist": "Fanny",
    "artist_ids": [
        "680ed212-93dc-4fd2-8d51-8d560060bd86"
    ],
    "album": "Fanny Hill",
    "release_id": null,
    "release_group_id": "44def5c2-fa69-478c-92b9-0228906453c1",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founded by sisters June and Jean Millington who moved with their family from the Philippines to Sacramento, California, in 1961,  Fanny were one of the first all-female rock groups to achieve critical and commercial success, including two Billboard Hot 100 Top 40 singles.\n\nhttps://fannyrocks.com/the-music/fanny-hill",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}