Information about plays

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

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

{
    "id": 3559969,
    "uri": "https://api.kexp.org/v2/plays/3559969/?format=api",
    "airdate": "2025-10-01T07:17:32-07:00",
    "show": 64716,
    "show_uri": "https://api.kexp.org/v2/shows/64716/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb1525e7-84d7-3015-a37e-5c09478407e3/15029337436-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb1525e7-84d7-3015-a37e-5c09478407e3/15029337436-250.jpg",
    "song": "Moonshadow",
    "track_id": null,
    "recording_id": "2da8de9e-e7ef-4c1c-bfa7-f2beb5ea5fce",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Teaser and the Firecat",
    "release_id": null,
    "release_group_id": "412367b1-736e-3cce-8e86-6f8bc067be98",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1971-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1971 (54 years ago), Cat Stevens released the album 'Teaser and the Firecat.' The album contains 10 songs, including the hits \"Morning Has Broken\", \"Moonshadow\" and \"Peace Train\".\n\nhttps://somuchlefttoknow.catstevens.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}