Information about plays

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

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

{
    "id": 3554512,
    "uri": "https://api.kexp.org/v2/plays/3554512/?format=api",
    "airdate": "2025-09-18T07:26:37-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://ia902908.us.archive.org/35/items/mbid-3aca175c-f7f7-4467-9120-1e0581948062/mbid-3aca175c-f7f7-4467-9120-1e0581948062-9123361063_thumb500.jpg",
    "thumbnail_uri": "https://ia802908.us.archive.org/35/items/mbid-3aca175c-f7f7-4467-9120-1e0581948062/mbid-3aca175c-f7f7-4467-9120-1e0581948062-9123361063_thumb250.jpg",
    "song": "Closer to Fine",
    "track_id": "89e481f0-5b61-3301-b22a-9ed3f70ea742",
    "recording_id": "72d29e57-15f3-426b-a5ad-c4f0218e056e",
    "artist": "Indigo Girls",
    "artist_ids": [
        "00c49f40-d715-4b79-b223-432048602cce"
    ],
    "album": "Indigo Girls",
    "release_id": "3aca175c-f7f7-4467-9120-1e0581948062",
    "release_group_id": "e2049ab8-1fb1-3ae7-a7da-de61a74b9625",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1989-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}