Information about plays

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

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

{
    "id": 3595740,
    "uri": "https://api.kexp.org/v2/plays/3595740/?format=api",
    "airdate": "2025-12-25T07:24:48-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Out of Bed",
    "track_id": null,
    "recording_id": "35bf10f3-d396-4785-bbb4-afecc292bb97",
    "artist": "Say Sue Me",
    "artist_ids": [
        "6533674b-9d30-4328-bdfe-92318e12e53a"
    ],
    "album": "Christmas, It's Not a Biggie",
    "release_id": null,
    "release_group_id": "1db6d370-6836-4635-b506-13ad9656d7e9",
    "labels": [
        "Damnably"
    ],
    "label_ids": [
        "3f19f500-a241-45e2-8c46-4f309d81a054"
    ],
    "release_date": "2018-12-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2018 EP from the South Korean band: \nhttps://saysueme.bandcamp.com/album/christmas-its-not-a-biggie\n\nCheck out their full performance on KEXP from 2023: \nhttps://www.youtube.com/watch?v=pKoPQZpSOOc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}