Information about plays

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

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

{
    "id": 3597543,
    "uri": "https://api.kexp.org/v2/plays/3597543/?format=api",
    "airdate": "2025-12-29T08:42:59-08:00",
    "show": 65506,
    "show_uri": "https://api.kexp.org/v2/shows/65506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sight of You (remastered)",
    "track_id": "6f3b881b-5d63-3f23-9489-0a2222368a9f",
    "recording_id": "21cac612-8062-4ac5-ace2-c4d6b33506bd",
    "artist": "Pale Saints",
    "artist_ids": [
        "1584532a-62ed-4cbe-ad95-6def0af7df35"
    ],
    "album": "The Comforts of Madness",
    "release_id": "7ca0a939-eaac-3306-a9ff-ee8dc04720c4",
    "release_group_id": "aa4b3e48-d205-344d-b080-ecbb886a9888",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pale Saints were an English alternative rock/shoegaze band formed in 1987 in Leeds by singer-bassist Ian Masters, guitarist Graeme Naysmith and drummer Chris Cooper. The group began as a jangly indie pop band influenced by Primal Scream's early sound. \n\nWatch the official video for Sight of You here: https://www.youtube.com/watch?v=XiSKxvmd1bg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}