Information about plays

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

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

{
    "id": 3547874,
    "uri": "https://api.kexp.org/v2/plays/3547874/?format=api",
    "airdate": "2025-09-02T06:11:58-07:00",
    "show": 64452,
    "show_uri": "https://api.kexp.org/v2/shows/64452/?format=api",
    "image_uri": "https://ia904502.us.archive.org/33/items/mbid-0622f867-2f28-38eb-a295-7c20fd2b2292/mbid-0622f867-2f28-38eb-a295-7c20fd2b2292-7915360989_thumb500.jpg",
    "thumbnail_uri": "https://ia804502.us.archive.org/33/items/mbid-0622f867-2f28-38eb-a295-7c20fd2b2292/mbid-0622f867-2f28-38eb-a295-7c20fd2b2292-7915360989_thumb250.jpg",
    "song": "Crush With Eyeliner",
    "track_id": "d052ccef-0ea7-3035-9057-c883dab84c1e",
    "recording_id": "529f5bfd-afc6-42fe-8446-39caf13a949b",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Monster",
    "release_id": "0622f867-2f28-38eb-a295-7c20fd2b2292",
    "release_group_id": "2a71baeb-0c95-3d3a-aef9-8d5fe17a8038",
    "labels": [
        "Warner Bros. Records",
        "Columbia House"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "0b6073f1-78a5-4078-bc01-22d7b05d0b7a"
    ],
    "release_date": "1994-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sonic Youth's Thurston Moore provides background vocals and singer Michael Stipe says the song was inspired by the band New York Dolls, who, he said \"knew how to exaggerate a song, to make it sound really sleazy and over the top.\" https://www.songfacts.com/facts/rem/crush-with-eyeliner",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}