Information about plays

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

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

{
    "id": 3547785,
    "uri": "https://api.kexp.org/v2/plays/3547785/?format=api",
    "airdate": "2025-09-02T01:42:16-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "https://coverartarchive.org/release/19bf6135-a739-3dce-8dad-4cf5a8c96ec5/7169210653-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19bf6135-a739-3dce-8dad-4cf5a8c96ec5/7169210653-250.jpg",
    "song": "Party Hard",
    "track_id": null,
    "recording_id": "a91db0b5-dc99-48f3-a3df-e27adc41a4db",
    "artist": "Andrew W.K.",
    "artist_ids": [
        "ef2d4a1c-195e-41f4-839e-bdfd3f85adc3"
    ],
    "album": "I Get Wet",
    "release_id": null,
    "release_group_id": "23268ae0-2252-3208-b8ce-29fe76666ef9",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2001-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Extreme Andrew W.K. vibes on that Militarie Gun single in the best way possible!\n\nhttps://www.youtube.com/watch?v=WccfbPQNMbg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}