Information about plays

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

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

{
    "id": 3583742,
    "uri": "https://api.kexp.org/v2/plays/3583742/?format=api",
    "airdate": "2025-11-27T17:38:30-08:00",
    "show": 65225,
    "show_uri": "https://api.kexp.org/v2/shows/65225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Fine",
    "track_id": null,
    "recording_id": "9162f837-4586-462d-82df-02c867be1cab",
    "artist": "Lil Wayne feat. Mary J. Blige & Swizz Beatz",
    "artist_ids": [
        "ac9a487a-d9d2-4f27-bb23-0f4686488345",
        "db76c5ca-d555-4f09-b1db-baa1b713d875",
        "698ff525-ff51-4206-8f08-60a7458aab24"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2007-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Treat 'em Right remix !",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}