Information about plays

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

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

{
    "id": 3554408,
    "uri": "https://api.kexp.org/v2/plays/3554408/?format=api",
    "airdate": "2025-09-18T01:31:30-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/cde85286-18af-40ff-8e4a-4d8a42104543/10744285959-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cde85286-18af-40ff-8e4a-4d8a42104543/10744285959-250.jpg",
    "song": "Baby Can't Stop",
    "track_id": null,
    "recording_id": "7ad55553-812e-4d1e-b766-85307f908f92",
    "artist": "Lindstrøm & Christabelle",
    "artist_ids": [
        "12df23de-4a54-486c-ac3f-840a0f1d1fef"
    ],
    "album": "Real Life Is No Cool",
    "release_id": null,
    "release_group_id": "5b462c7e-f3aa-4189-bd02-3e2a664feb55",
    "labels": [
        "Feedelity"
    ],
    "label_ids": [
        "e736fed5-94cb-4d05-8152-9d507cc26617"
    ],
    "release_date": "2009-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lindstrøm & Christabelle are a Norwegian duo of renowned producer Lindstrøm and singer Christabelle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}