Information about plays

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

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

{
    "id": 3616738,
    "uri": "https://api.kexp.org/v2/plays/3616738/?format=api",
    "airdate": "2026-02-12T22:23:51-08:00",
    "show": 65917,
    "show_uri": "https://api.kexp.org/v2/shows/65917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All U Need Is Love",
    "track_id": null,
    "recording_id": "846e5617-8be6-46a4-abb5-d93fd6660347",
    "artist": "MonoNeon",
    "artist_ids": [
        "26bdb4b1-53a6-4826-b532-de61e9b464fe"
    ],
    "album": "You Had Your Chance... Bad Attitude!",
    "release_id": null,
    "release_group_id": "95a909c6-8cdd-48c7-8e17-1894a41a3114",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}