Information about plays

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

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

{
    "id": 3586745,
    "uri": "https://api.kexp.org/v2/plays/3586745/?format=api",
    "airdate": "2025-12-04T13:31:24-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here to Go",
    "track_id": null,
    "recording_id": "5a54f049-0966-4e29-a2be-13b46e487fd4",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Shout",
    "release_id": null,
    "release_group_id": "0e4bf223-8cfe-3206-b78e-a4a814d8a85f",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yes, DEVO, too, sampled the hook from the Steve Cropper co-produced  \"Land of 1000 Dances.\"\n--\nHere's the quite strange video for this song: https://www.youtube.com/watch?v=b6RwHjlqsx4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}