Information about plays

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

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

{
    "id": 3619531,
    "uri": "https://api.kexp.org/v2/plays/3619531/?format=api",
    "airdate": "2026-02-19T13:53:45-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Promised Land",
    "track_id": "506f93b9-7c2c-321a-8165-8fe42317050e",
    "recording_id": "5f9e5aaa-ff40-436b-87c5-ce8eddf07470",
    "artist": "Edan",
    "artist_ids": [
        "d747ba37-3af2-414b-80e8-49607d63d1a4"
    ],
    "album": "Beauty and the Beat",
    "release_id": "4d1cda1f-ed40-3d63-9c39-d04b3494bd2d",
    "release_group_id": "ea9ac011-9745-3e59-8b2f-d80ed3f1e5b0",
    "labels": [
        "Lewis Recordings"
    ],
    "label_ids": [
        "7b4f97a0-a75c-47db-be00-2bd5923ccbdc"
    ],
    "release_date": "2005-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album turned 20 last year.  Enjoy this retrospective: https://albumism.com/features/edan-beauty-and-the-beat-album-anniversary#google_vignette",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}