Information about plays

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

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

{
    "id": 3548705,
    "uri": "https://api.kexp.org/v2/plays/3548705/?format=api",
    "airdate": "2025-09-04T04:46:39-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/14557e61-934e-4fc1-9472-45805360cc7e/21495635475-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14557e61-934e-4fc1-9472-45805360cc7e/21495635475-250.jpg",
    "song": "Rain Forest (remix)",
    "track_id": null,
    "recording_id": "f1a2b7be-4569-42bd-afbd-f9acb8cb4de1",
    "artist": "Paul Hardcastle",
    "artist_ids": [
        "58e2800d-991d-4fe9-860b-1d27931ae8de"
    ],
    "album": "Rain Forest",
    "release_id": null,
    "release_group_id": "4673a26a-7cc3-33d2-a8b0-a684b4ad9ae3",
    "labels": [
        "Profile"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that \"Paul Hardcastle is a 10x multi-platinum selling, pioneering music producer with over 35 #1 singles and 20,000,000 hard CD sales worldwide to his name. He has won some of the music industry's most prestigious awards, such as the Ivor Novello, ASCAP, Billboard Artist of the Year, Best Billboard UK Artist of the Year as well as being nominated for 2 Grammy awards.\"?  Go here to his official website: https://paulhardcastle.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}