Information about plays

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

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

{
    "id": 3581899,
    "uri": "https://api.kexp.org/v2/plays/3581899/?format=api",
    "airdate": "2025-11-23T11:44:18-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5ba0e99-0afa-4ea7-8202-b6304829eebb/32137195723-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5ba0e99-0afa-4ea7-8202-b6304829eebb/32137195723-250.jpg",
    "song": "The House of the Rising Sun",
    "track_id": null,
    "recording_id": "cf62fab5-ebf7-49e9-a61b-90418acf7555",
    "artist": "The Animals",
    "artist_ids": [
        "4d8afa16-4018-4ca8-8b5e-ede8f9314562"
    ],
    "album": "The House of the Rising Sun",
    "release_id": null,
    "release_group_id": "1d382dca-737e-4758-9836-a6658757c97e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The most commercially successful version of this song, described as the “first folk rock hit.\" \n\nThe oldest published version of the lyrics were by Robert Winslow Gordon in 1925, in a column titled \"Old Songs That Men Have Sung.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}