Information about plays

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

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

{
    "id": 3570883,
    "uri": "https://api.kexp.org/v2/plays/3570883/?format=api",
    "airdate": "2025-10-28T04:53:43-07:00",
    "show": 64954,
    "show_uri": "https://api.kexp.org/v2/shows/64954/?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": "Something About Us",
    "track_id": null,
    "recording_id": "defbfcb2-7a5c-4456-be28-b7e5ccf92cc2",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Discovery",
    "release_id": null,
    "release_group_id": "48117b90-a16e-34ca-a514-19c702df1158",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2001-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=sOS9aOIXPEk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}