Information about plays

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

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

{
    "id": 3594159,
    "uri": "https://api.kexp.org/v2/plays/3594159/?format=api",
    "airdate": "2025-12-21T18:16:24-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spread Love",
    "track_id": null,
    "recording_id": "5c3d4dd1-4ab1-471d-9aa4-1b8cbea6c57a",
    "artist": "Take 6",
    "artist_ids": [
        "abbbef3b-19d7-4ef8-9ef2-e4d2c556509c"
    ],
    "album": "Take 6",
    "release_id": null,
    "release_group_id": "97bd8d91-4943-3fb9-89e2-cbc90a4639ea",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1988-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Take 6 released \"Spread Love\" on the group's self-titled debut album in 1988.\n\nMembers of Take 6 include: Alvin Chea, Khristian Dentley, Joey Kibble, Mark Kibble, Claude V. McKnight III, and David Thomas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}