Information about plays

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

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

{
    "id": 3598321,
    "uri": "https://api.kexp.org/v2/plays/3598321/?format=api",
    "airdate": "2025-12-31T05:50:56-08:00",
    "show": 65522,
    "show_uri": "https://api.kexp.org/v2/shows/65522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alligator",
    "track_id": null,
    "recording_id": "3d4d7e7f-15e4-4ded-b0b4-2c0cfb3cd4ba",
    "artist": "Oddly",
    "artist_ids": [
        "164edbda-5795-4125-b676-43f07190fa88"
    ],
    "album": "Swerve",
    "release_id": null,
    "release_group_id": "bf6159a4-83a7-4812-9538-2bb21d5c3421",
    "labels": [
        "Damnably"
    ],
    "label_ids": [
        "3f19f500-a241-45e2-8c46-4f309d81a054"
    ],
    "release_date": "2025-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ODDLY are an indie/alternative rock band from Kyoto, Japan, blending elements of indie rock, noise, and shoegaze into a distinctive, genre-bending sound. They released their debut album, \"Swerve\" in February 2025. https://oddlyband.bandcamp.com/album/swerve",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}