Information about plays

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

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

{
    "id": 3587206,
    "uri": "https://api.kexp.org/v2/plays/3587206/?format=api",
    "airdate": "2025-12-05T16:15:52-08:00",
    "show": 65296,
    "show_uri": "https://api.kexp.org/v2/shows/65296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zond",
    "track_id": "4de4a147-08bd-4407-94e2-6286d39a0198",
    "recording_id": "9e4dc1ca-dc76-4d13-a264-fb4c5ee8619c",
    "artist": "Pond",
    "artist_ids": [
        "69ac44f7-c80d-47b4-9bc8-fcc758d209e6"
    ],
    "album": "Man It Feels Like Space Again",
    "release_id": "e94e5855-0b2a-46e1-b165-7160a9f8d972",
    "release_group_id": "001206b3-0569-4d84-b1f6-854c8b032534",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Zond spacecraft program featured Soviet robotic missions to the moon and other planets\n\nPond performed Live on KEXP in 2017: https://youtu.be/Ssh7wzRDJIo?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}