Information about plays

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

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

{
    "id": 3579701,
    "uri": "https://api.kexp.org/v2/plays/3579701/?format=api",
    "airdate": "2025-11-18T04:55:55-08:00",
    "show": 65142,
    "show_uri": "https://api.kexp.org/v2/shows/65142/?format=api",
    "image_uri": "https://coverartarchive.org/release/d073287b-d1bd-4f11-a933-a4386f8cf701/13479423359-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d073287b-d1bd-4f11-a933-a4386f8cf701/13479423359-250.jpg",
    "song": "Veridis Quo",
    "track_id": null,
    "recording_id": "2a220770-1150-4190-b0e0-57d89a0a7469",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Discovery",
    "release_id": null,
    "release_group_id": "48117b90-a16e-34ca-a514-19c702df1158",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<3 <3 <3 have a great week and catch you next time <3 <3 <3\n\nhttps://www.youtube.com/watch?v=HhZaHf8RP6g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}