Information about plays

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

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

{
    "id": 3596451,
    "uri": "https://api.kexp.org/v2/plays/3596451/?format=api",
    "airdate": "2025-12-26T21:16:49-08:00",
    "show": 65481,
    "show_uri": "https://api.kexp.org/v2/shows/65481/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That Dance",
    "track_id": null,
    "recording_id": "82a36164-9fb8-4e07-8d3b-6cd802da6cf8",
    "artist": "MÖRDA & Mhaw Keys feat. Brenden Praise",
    "artist_ids": [
        "d9b883f0-c35c-49bf-b8b7-d1f75066f400",
        "70caeb9c-0adb-4059-9f3a-ce647ec6f3a6",
        "9864d278-ce06-4723-a8bf-4eaa3ed46e89"
    ],
    "album": "ASANTE II",
    "release_id": null,
    "release_group_id": "65ef6b6d-ed21-42f1-8ed9-561cd133a1ff",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}