Information about plays

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

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

{
    "id": 3549990,
    "uri": "https://api.kexp.org/v2/plays/3549990/?format=api",
    "airdate": "2025-09-07T09:49:52-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b9d3672-5fc7-4b3c-8aba-4088f536113c/31415415755-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b9d3672-5fc7-4b3c-8aba-4088f536113c/31415415755-250.jpg",
    "song": "Candlelight Sonata in F Major",
    "track_id": null,
    "recording_id": "52260369-aacc-438b-8cc0-e474d922f3c6",
    "artist": "Frankie Miller",
    "artist_ids": [
        "ad231dd9-d6ab-4da4-b4f2-a6807bc45f5a"
    ],
    "album": "Once in a Blue Moon",
    "release_id": null,
    "release_group_id": "1e27450f-30d5-4503-95a7-87df035ab51c",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Scottish artist seemed to have more commercial success when his songs were recorded by the likes of Bob Seger and Ray Charles, but his own recordings like this one were only recognized at the time by the critics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}