Information about plays

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

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

{
    "id": 3580507,
    "uri": "https://api.kexp.org/v2/plays/3580507/?format=api",
    "airdate": "2025-11-20T04:20:48-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "https://coverartarchive.org/release/ffae763f-ba58-4a42-bb34-d4e9106a1cfd/33925069399-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ffae763f-ba58-4a42-bb34-d4e9106a1cfd/33925069399-250.jpg",
    "song": "Alicia",
    "track_id": null,
    "recording_id": "6eda9b35-56b2-4ff4-b6bf-320d47402ec9",
    "artist": "Mala",
    "artist_ids": [
        "09f221eb-c97e-4da5-ac22-d7ab7c555bbb"
    ],
    "album": "Alicia",
    "release_id": null,
    "release_group_id": "1129625f-3ef4-41de-9a91-1c7ec298219b",
    "labels": [
        "I&I"
    ],
    "label_ids": [
        "5d845742-5e38-420c-ba85-67a0b08bd2e9"
    ],
    "release_date": "2007-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Alicia\" by Mala sampled Alicia Keys' \"Feeling U, Feeling Me\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}