Information about plays

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

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

{
    "id": 3636035,
    "uri": "https://api.kexp.org/v2/plays/3636035/?format=api",
    "airdate": "2026-03-31T13:59:31-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ea2e23e-07c5-340e-85e3-89f69a29accc/9914999803-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ea2e23e-07c5-340e-85e3-89f69a29accc/9914999803-250.jpg",
    "song": "Breakout",
    "track_id": null,
    "recording_id": "d80d868d-6a44-4281-9fb5-41540d60a2f9",
    "artist": "Swing Out Sister",
    "artist_ids": [
        "d12b5853-71eb-41d9-8d18-a4259477848a"
    ],
    "album": "It’s Better to Travel",
    "release_id": null,
    "release_group_id": "bbbb189d-14cf-37c4-981a-8038e174ec9d",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1987-05-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/14808408-Swing-Out-Sister-Its-Better-To-Travel?srsltid=AfmBOoqhlGdz8aqwC5oPOhgcvfRhQhpo_l9ovj4aIdWdTHIX8FjRy5sd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}