Information about plays

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

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

{
    "id": 3519554,
    "uri": "https://api.kexp.org/v2/plays/3519554/?format=api",
    "airdate": "2025-06-27T14:44:30-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Field",
    "track_id": null,
    "recording_id": null,
    "artist": "Blood Orange, Durutti Column,  Caroline Polachek, Daniel Caesar, Tariq Al-Sabir",
    "artist_ids": [],
    "album": "The Field",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-06-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music from Blood Orange, Durutti Column, Caroline Polachek, Daniel Caesar and Tariq Al-Sabir watch the official video here \n\nhttps://www.youtube.com/watch?v=yTaz0TB9Zco",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}