Information about plays

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

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

{
    "id": 3587360,
    "uri": "https://api.kexp.org/v2/plays/3587360/?format=api",
    "airdate": "2025-12-06T00:43:32-08:00",
    "show": 65298,
    "show_uri": "https://api.kexp.org/v2/shows/65298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shake Dat",
    "track_id": null,
    "recording_id": null,
    "artist": "Chief Keef ft. Mustard",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sosa and Mustard linking up for the vibes! When Chicago drill meets LA production, you get something special. Chief Keef's been evolving his sound for years while staying true to his roots. Mustard's been producing hits for everybody.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}