Information about plays

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

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

{
    "id": 3593592,
    "uri": "https://api.kexp.org/v2/plays/3593592/?format=api",
    "airdate": "2025-12-20T18:40:20-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "https://ia600201.us.archive.org/14/items/mbid-f9588f60-6b74-46e9-aa33-4a4dcbdf934a/mbid-f9588f60-6b74-46e9-aa33-4a4dcbdf934a-3128397386_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/14/items/mbid-f9588f60-6b74-46e9-aa33-4a4dcbdf934a/mbid-f9588f60-6b74-46e9-aa33-4a4dcbdf934a-3128397386_thumb250.jpg",
    "song": "O Little Town of Bethlehem",
    "track_id": "08fcc1ad-0760-3f5a-a2c5-9de85550bef3",
    "recording_id": "e3c4000f-f4f1-4cb7-8d92-7bb7ae233706",
    "artist": "The Young Fresh Fellows",
    "artist_ids": [
        "f3e93b5f-33ae-4b30-8e22-0a0fb4c4847e"
    ],
    "album": "A Lump of Coal",
    "release_id": "f9588f60-6b74-46e9-aa33-4a4dcbdf934a",
    "release_group_id": "da90521f-3e32-35c7-8ab1-26d24bb306dd",
    "labels": [
        "First Warning"
    ],
    "label_ids": [
        "89d459ef-ecbc-4622-aa04-e120f7e30f12"
    ],
    "release_date": "1991-10-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle power pop legends, The Young Fresh Fellows!\n\nhttps://www.youtube.com/watch?v=ddsmVMs0YCA&list=RDddsmVMs0YCA&start_radio=1",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}