Information about plays

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

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

{
    "id": 3553987,
    "uri": "https://api.kexp.org/v2/plays/3553987/?format=api",
    "airdate": "2025-09-17T01:00:12-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia803102.us.archive.org/1/items/mbid-4dcc6f8b-661a-469a-8d64-f22d0099b392/mbid-4dcc6f8b-661a-469a-8d64-f22d0099b392-24474476694_thumb500.jpg",
    "thumbnail_uri": "https://ia803102.us.archive.org/1/items/mbid-4dcc6f8b-661a-469a-8d64-f22d0099b392/mbid-4dcc6f8b-661a-469a-8d64-f22d0099b392-24474476694_thumb250.jpg",
    "song": "Freedom",
    "track_id": "2bdd5962-bd34-3f8c-9b55-2bee2372504a",
    "recording_id": "1c28baf5-4469-433d-a4cf-4fb3e249f6a7",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "The Essential Isley Brothers",
    "release_id": "4dcc6f8b-661a-469a-8d64-f22d0099b392",
    "release_group_id": "d64f0e64-679d-301d-a5dd-a4c7b5100aef",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}