Information about plays

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

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

{
    "id": 3586352,
    "uri": "https://api.kexp.org/v2/plays/3586352/?format=api",
    "airdate": "2025-12-03T16:18:00-08:00",
    "show": 65280,
    "show_uri": "https://api.kexp.org/v2/shows/65280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spit",
    "track_id": "13cf27c6-127d-4f55-af40-8a6689bf0aa1",
    "recording_id": "ed92d18b-ce8c-4c95-b0db-b6ca8de0e150",
    "artist": "Gelli Haha",
    "artist_ids": [
        "1f804ef4-e3b2-430b-9cd1-883f234ea603"
    ],
    "album": "Switcheroo",
    "release_id": "190f6b7a-d1f7-467c-be2b-26e2520e5e4b",
    "release_group_id": "cffa555d-5d3a-4f86-b638-89362e272c03",
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"“Spit” is a staggering study in sibilance, the artist intoning half the dictionary entries for the letter “S” over a swarm of buzzing synthesizers.\" -  https://pitchfork.com/reviews/albums/gelli-haha-switcheroo/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}