Information about plays

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

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

{
    "id": 3529820,
    "uri": "https://api.kexp.org/v2/plays/3529820/?format=api",
    "airdate": "2025-07-21T07:03:25-07:00",
    "show": 64074,
    "show_uri": "https://api.kexp.org/v2/shows/64074/?format=api",
    "image_uri": "https://coverartarchive.org/release/329e5c9a-a207-48fc-a983-16d51e1e7b67/6080196947-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/329e5c9a-a207-48fc-a983-16d51e1e7b67/6080196947-250.jpg",
    "song": "The Wind",
    "track_id": null,
    "recording_id": "cd9e36c8-99f1-47f4-93b4-c48f69c8dbaf",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Tea for the Tillerman / Teaser and the Firecat",
    "release_id": null,
    "release_group_id": "401afe5d-7c5e-4d2a-b938-a099233a2c3d",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 77th birthday Cat Stevens!\n\nThe song is the first track of Yusuf Islam's (Cat Stevens) fifth album, 'Teaser And The Firecat' The album shares its name with an illustrated children's tale he created and had published a year later as a music video for the song \"Moonshadow.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}