Information about plays

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

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

{
    "id": 3547811,
    "uri": "https://api.kexp.org/v2/plays/3547811/?format=api",
    "airdate": "2025-09-02T03:09:05-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "https://coverartarchive.org/release/db38fd84-7da4-4c86-a028-9dab15915e7f/17829240319-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db38fd84-7da4-4c86-a028-9dab15915e7f/17829240319-250.jpg",
    "song": "Renegade Snares (Foul Play VIP mix)",
    "track_id": null,
    "recording_id": "2f9484e4-460d-4070-8c9b-a54548c5ba09",
    "artist": "Omni Trio",
    "artist_ids": [
        "507cfd17-86bd-4b7a-a1d9-095011489db5"
    ],
    "album": "The Deepest Cut",
    "release_id": null,
    "release_group_id": "a3c012a9-a17b-3490-8580-1f9df984ecc6",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Classic going out to Hannah in SF -- Thanks for the request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}