Information about plays

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

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

{
    "id": 3521535,
    "uri": "https://api.kexp.org/v2/plays/3521535/?format=api",
    "airdate": "2025-07-02T05:55:34-07:00",
    "show": 63897,
    "show_uri": "https://api.kexp.org/v2/shows/63897/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jump",
    "track_id": null,
    "recording_id": null,
    "artist": "The Pointer Sisters",
    "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": "The Pointer Sisters released \"Jump (For My Love)\" in April of 1984. The song reached the top ten on the US Billboard Hot 100, R&B, and Dance charts, and it was the best-selling American dance single of 1984.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}