Information about plays

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

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

{
    "id": 3585910,
    "uri": "https://api.kexp.org/v2/plays/3585910/?format=api",
    "airdate": "2025-12-02T16:09:10-08:00",
    "show": 65272,
    "show_uri": "https://api.kexp.org/v2/shows/65272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tuesday",
    "track_id": null,
    "recording_id": "fd2e1c16-e3db-41cc-867b-45e31d5318cc",
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Hole Erth",
    "release_id": null,
    "release_group_id": "fba3bb80-610e-474c-840b-3cafaa9eef86",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Tuesday!\n---\n\"I been up since Tuesday\nAnd I haven't even had a chance to say\nWe're both humming along to some modern love song\nFrom mainstream radio...\"  Watch the official video for this official Tuesday song: https://www.youtube.com/watch?v=yxnq8zma6u4\n--\nWatch Toro y Moi perform the song live for KEXP listeners at 25th Street Recording in Oakland, California, during Noise Pop 2025.: https://www.youtube.com/watch?v=BOlvvm8nPzo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}