Information about plays

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

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

{
    "id": 3576229,
    "uri": "https://api.kexp.org/v2/plays/3576229/?format=api",
    "airdate": "2025-11-10T00:25:01-08:00",
    "show": 65069,
    "show_uri": "https://api.kexp.org/v2/shows/65069/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a42b8cb-1b06-4f56-be41-d21690f05670/32755225105-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a42b8cb-1b06-4f56-be41-d21690f05670/32755225105-250.jpg",
    "song": "Wake Up",
    "track_id": null,
    "recording_id": "d45eecee-d233-4cda-be7b-33429718ad48",
    "artist": "The Still Brothers & Marina B",
    "artist_ids": [
        "613749b0-f63c-495e-b119-beac63bc69df",
        "2486cd7e-ce35-4994-be2c-3c4c2dc7eedc"
    ],
    "album": "Wake Up",
    "release_id": null,
    "release_group_id": "0ce89709-de8a-4524-bd83-07e6fa2a72d6",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}