Information about plays

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

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

{
    "id": 3550642,
    "uri": "https://api.kexp.org/v2/plays/3550642/?format=api",
    "airdate": "2025-09-09T00:22:28-07:00",
    "show": 64513,
    "show_uri": "https://api.kexp.org/v2/shows/64513/?format=api",
    "image_uri": "https://coverartarchive.org/release/7797dab0-33f4-4f51-82d9-afab2d1fedcf/6262051652-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7797dab0-33f4-4f51-82d9-afab2d1fedcf/6262051652-250.jpg",
    "song": "Adventures Close to Home",
    "track_id": null,
    "recording_id": "00600ac3-c034-4983-bd11-1f0113bd77fb",
    "artist": "The Raincoats",
    "artist_ids": [
        "42201355-08b7-43b6-a7b8-866f612e1600"
    ],
    "album": "The Raincoats",
    "release_id": null,
    "release_group_id": "044a7a01-ab8f-4781-a4de-183718abb936",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "71247f6b-fd24-4a56-89a2-23512f006f0c"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BRB adventuring close to home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}