Information about plays

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

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

{
    "id": 3549736,
    "uri": "https://api.kexp.org/v2/plays/3549736/?format=api",
    "airdate": "2025-09-06T20:10:20-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Love",
    "track_id": "46b2575c-bd9c-3124-a4c2-7dd65e46c7df",
    "recording_id": "e5c80b63-ea32-42ee-8ac7-3b1200308d38",
    "artist": "The Mummies",
    "artist_ids": [
        "0879bdd2-e5a0-4a43-9ba5-8c7c02b65080"
    ],
    "album": "Groin Thunder! Trogg-Punk Noize From All Over the Place!",
    "release_id": "33d1c1b1-19bf-484e-b36a-772f71365a5d",
    "release_group_id": "93648005-6c57-3844-8943-47cb9622698a",
    "labels": [
        "Dog Meat Records"
    ],
    "label_ids": [
        "9c5c082c-57c1-4151-b6af-55b5faf01cd4"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request from Jade in SF!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}