Information about plays

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

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

{
    "id": 3553269,
    "uri": "https://api.kexp.org/v2/plays/3553269/?format=api",
    "airdate": "2025-09-15T06:24:56-07:00",
    "show": 64568,
    "show_uri": "https://api.kexp.org/v2/shows/64568/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Como La Flor",
    "track_id": null,
    "recording_id": null,
    "artist": "Selena",
    "artist_ids": [
        "03746227-c9f9-4b3b-b2c6-9b31f79564f7"
    ],
    "album": "Ones",
    "release_id": null,
    "release_group_id": "1f9d95bd-f3c7-4281-a811-3b59f7ddc5ca",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live performance of \"Como La Flor\" performed by Selena in 1995.\n\nhttps://www.youtube.com/watch?v=FwZTgDjRLM0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}