Information about plays

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

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

{
    "id": 3559930,
    "uri": "https://api.kexp.org/v2/plays/3559930/?format=api",
    "airdate": "2025-10-01T04:55:35-07:00",
    "show": 64714,
    "show_uri": "https://api.kexp.org/v2/shows/64714/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Better Days",
    "track_id": null,
    "recording_id": null,
    "artist": "VLURE",
    "artist_ids": [
        "d4bc4880-00d6-4e38-95fa-e84ea4737899"
    ],
    "album": "Escalate",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Music For Nations"
    ],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Escalate is here! VLURE is a Glasgow-based five-piece band known for their high-energy, genre-bending music that blends post-punk, industrial, techno, and rave-infused elements with emotionally charged lyrics. https://www.vlureofficial.com/about/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}