Information about plays

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

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

{
    "id": 3557482,
    "uri": "https://api.kexp.org/v2/plays/3557482/?format=api",
    "airdate": "2025-09-25T07:05:52-07:00",
    "show": 64656,
    "show_uri": "https://api.kexp.org/v2/shows/64656/?format=api",
    "image_uri": "https://ia601608.us.archive.org/10/items/mbid-20bb8ce2-f783-34a5-90e9-70dc15e62df3/mbid-20bb8ce2-f783-34a5-90e9-70dc15e62df3-9417416191_thumb500.jpg",
    "thumbnail_uri": "https://ia801608.us.archive.org/10/items/mbid-20bb8ce2-f783-34a5-90e9-70dc15e62df3/mbid-20bb8ce2-f783-34a5-90e9-70dc15e62df3-9417416191_thumb250.jpg",
    "song": "Pictures of You",
    "track_id": "7d722da0-ebaa-3cb0-a8da-6afbe30387ff",
    "recording_id": "aa25d281-b2bc-4555-9798-7f4413a3f243",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Disintegration",
    "release_id": "20bb8ce2-f783-34a5-90e9-70dc15e62df3",
    "release_group_id": "494bf606-d2f7-36d0-8340-eadad8601d2b",
    "labels": [
        "Warner Music Canada"
    ],
    "label_ids": [
        "7306f7ec-97d1-45d8-bda5-d51c5c901b4c"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This retrospective says that The Cure's eighth album is one that \"listeners can revisit throughout their lives.\": https://consequence.net/2019/05/classic-album-review-the-cure-disintegration/ \n--\nCheck out this timeless live version of \"Pictures of You\" at Sydney Opera House: https://www.youtube.com/watch?v=pjb4EyEjdoY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}