Information about plays

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

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

{
    "id": 3557391,
    "uri": "https://api.kexp.org/v2/plays/3557391/?format=api",
    "airdate": "2025-09-25T01:08:58-07:00",
    "show": 64654,
    "show_uri": "https://api.kexp.org/v2/shows/64654/?format=api",
    "image_uri": "https://coverartarchive.org/release/22cc91f5-5286-4e66-a790-97ad9d456a40/34176947262-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22cc91f5-5286-4e66-a790-97ad9d456a40/34176947262-250.jpg",
    "song": "In de Ghetto (The Bad Yard club mix)",
    "track_id": null,
    "recording_id": "c599b780-1c06-40ce-8271-8d34a833076e",
    "artist": "David Morales & The Bad Yard Club",
    "artist_ids": [
        "5cc3455b-99b4-415a-9acc-6c335b92f756",
        "43730cc7-b511-4aab-92c0-490b72e3ca16"
    ],
    "album": "In de Ghetto",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}