Information about plays

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

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

{
    "id": 3583731,
    "uri": "https://api.kexp.org/v2/plays/3583731/?format=api",
    "airdate": "2025-11-27T16:55:13-08:00",
    "show": 65225,
    "show_uri": "https://api.kexp.org/v2/shows/65225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Make The World Go Round (Deep Dish Radio Edit))",
    "track_id": null,
    "recording_id": null,
    "artist": "Sandy B",
    "artist_ids": [
        "fb3672e6-4079-48cf-b4dd-ae119d047fbd"
    ],
    "album": "Make the World Go Round",
    "release_id": null,
    "release_group_id": "43deb225-eafc-3271-a6ec-0d7efb70494c",
    "labels": [
        "Champion"
    ],
    "label_ids": [
        "cf8e75c9-10b5-4f97-a82a-412b245c1166"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deep dish edit: https://www.youtube.com/watch?v=hUTZt8A5hWg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}