Information about plays

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

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

{
    "id": 3575418,
    "uri": "https://api.kexp.org/v2/plays/3575418/?format=api",
    "airdate": "2025-11-08T05:42:45-08:00",
    "show": 65051,
    "show_uri": "https://api.kexp.org/v2/shows/65051/?format=api",
    "image_uri": "https://ia800805.us.archive.org/33/items/mbid-a3a96dde-8af3-3622-a936-4ac3af501e1d/mbid-a3a96dde-8af3-3622-a936-4ac3af501e1d-9517970099_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-a3a96dde-8af3-3622-a936-4ac3af501e1d/mbid-a3a96dde-8af3-3622-a936-4ac3af501e1d-9517970099_thumb250.jpg",
    "song": "Avril 14th",
    "track_id": "31914a42-bc39-3943-91bc-a2a82968ace4",
    "recording_id": "856d081d-320b-4b6b-8dac-4427e308296d",
    "artist": "Aphex Twin",
    "artist_ids": [
        "f22942a1-6f70-4f48-866e-238cb2308fbd"
    ],
    "album": "Drukqs",
    "release_id": "a3a96dde-8af3-3622-a936-4ac3af501e1d",
    "release_group_id": "87f1a316-510f-36c3-9f2c-38230b0e56e0",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2001-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}