Information about plays

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

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

{
    "id": 3577714,
    "uri": "https://api.kexp.org/v2/plays/3577714/?format=api",
    "airdate": "2025-11-13T15:39:37-08:00",
    "show": 65099,
    "show_uri": "https://api.kexp.org/v2/shows/65099/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ffa0d4a-1fcb-4a29-a4c2-fe279c302c02/28641170286-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ffa0d4a-1fcb-4a29-a4c2-fe279c302c02/28641170286-250.jpg",
    "song": "Come On Eileen",
    "track_id": null,
    "recording_id": "16430b74-9195-47c8-8778-02c72e7c9476",
    "artist": "Dexys Midnight Runners",
    "artist_ids": [
        "ccce2053-7007-4c36-b1e7-f8fcf5023a12"
    ],
    "album": "Too-Rye-Ay",
    "release_id": null,
    "release_group_id": "b3865201-9889-3be7-bf42-146bd298cc6f",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1982-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Seffy in Rainier, Oregon:\nMy mum, Eileen, died of cancer in 2007, too young at age 60. I'll never stop missing her guidance and championing every achievement in my life. She always loved a good dance and, when this namesake song came on, she would get a little crazy. Whenever I hear it now, my hair stands on end--it's like a hello from her and I belt it out at the top of my lungs in her honor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}