Information about plays

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

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

{
    "id": 3561143,
    "uri": "https://api.kexp.org/v2/plays/3561143/?format=api",
    "airdate": "2025-10-04T06:33:51-07:00",
    "show": 64740,
    "show_uri": "https://api.kexp.org/v2/shows/64740/?format=api",
    "image_uri": "https://coverartarchive.org/release/ff2b806e-83ba-4a9e-b614-be3b3216fc39/40518185979-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ff2b806e-83ba-4a9e-b614-be3b3216fc39/40518185979-250.jpg",
    "song": "Wyt Ti Ar Y Lein",
    "track_id": null,
    "recording_id": "a510f8bd-19e0-44f3-aa1a-ec9a27d55c94",
    "artist": "Adwaith",
    "artist_ids": [
        "9eabf0f6-1227-4bc2-9600-cf5d52dc685c"
    ],
    "album": "Solas",
    "release_id": null,
    "release_group_id": "02bd31af-8ed3-4e50-99f4-cd494dda35b2",
    "labels": [
        "Libertino Records"
    ],
    "label_ids": [
        "fef6227a-ddd9-4803-a349-3d447c496894"
    ],
    "release_date": "2025-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}