Information about plays

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

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

{
    "id": 3604493,
    "uri": "https://api.kexp.org/v2/plays/3604493/?format=api",
    "airdate": "2026-01-15T02:12:41-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On Code",
    "track_id": null,
    "recording_id": "52e4ca3d-0b66-4702-9774-f54cf9af7cc7",
    "artist": "DāM‐FunK",
    "artist_ids": [
        "6d6d607e-679a-4cdc-a7a0-35e2abe06619"
    ],
    "album": "STFU II",
    "release_id": null,
    "release_group_id": "2faaed81-a26d-4797-b499-e38133bf16e9",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn about Damon Riddick, \"the epitome of funk,\" at the Stones Throw Records website: www.stonesthrow.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}