Information about plays

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

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

{
    "id": 3602446,
    "uri": "https://api.kexp.org/v2/plays/3602446/?format=api",
    "airdate": "2026-01-09T23:54:09-08:00",
    "show": 65608,
    "show_uri": "https://api.kexp.org/v2/shows/65608/?format=api",
    "image_uri": "https://coverartarchive.org/release/78fdb000-e1da-4988-ac09-871dec3e4c90/4302081675-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/78fdb000-e1da-4988-ac09-871dec3e4c90/4302081675-250.jpg",
    "song": "Markd4Death",
    "track_id": null,
    "recording_id": "58d1c6e9-22e2-432a-b30c-790852878e63",
    "artist": "Deda feat. Ex Cons",
    "artist_ids": [
        "6f6bb7bd-649e-4c8f-b24c-097310cb7f68",
        "458abc10-9867-40f0-9d92-362352ede83b"
    ],
    "album": "The Original Baby Pa",
    "release_id": null,
    "release_group_id": "114d3f41-bb51-309a-b978-df561869a105",
    "labels": [
        "Rapster Records"
    ],
    "label_ids": [
        "712bab23-0757-427c-97e1-2eeca4ae076d"
    ],
    "release_date": "2003-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}