Information about plays

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

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

{
    "id": 3581225,
    "uri": "https://api.kexp.org/v2/plays/3581225/?format=api",
    "airdate": "2025-11-21T23:15:04-08:00",
    "show": 65173,
    "show_uri": "https://api.kexp.org/v2/shows/65173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "West Coast",
    "track_id": null,
    "recording_id": "5b7490b5-f719-4f3d-a6a2-684a93305dca",
    "artist": "Tommy Richman ft. mynameisntjmack, 03 Greedo",
    "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": "Virginia’s Tommy Richman taps mynameisntjmack and LA’s 03 Greedo for ‘West Coast,’ one of his 2025 standout drops off his newest project, Worlds Apart,  released on November 21, 2025. Tommy’s been riding a huge wave this year, including festival bookings and a growing tour schedule",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}