Information about plays

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

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

{
    "id": 3589998,
    "uri": "https://api.kexp.org/v2/plays/3589998/?format=api",
    "airdate": "2025-12-12T04:03:57-08:00",
    "show": 65352,
    "show_uri": "https://api.kexp.org/v2/shows/65352/?format=api",
    "image_uri": "https://coverartarchive.org/release/853f29cf-52a4-461f-9b45-1ff6dbbd6d49/41138095676-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/853f29cf-52a4-461f-9b45-1ff6dbbd6d49/41138095676-250.jpg",
    "song": "Edge of Saturday Night",
    "track_id": null,
    "recording_id": "191f7484-d259-4944-bea1-42e22b063b00",
    "artist": "The Blessed Madonna & Kylie Minogue",
    "artist_ids": [
        "3f351696-75a2-4167-86b1-c5cd37770600",
        "2fddb92d-24b2-46a5-bf28-3aed46f4684c"
    ],
    "album": "Edge of Saturday Night",
    "release_id": null,
    "release_group_id": "c2f05ea3-2877-474d-a520-a4328ea5bc02",
    "labels": [
        "Warner Records"
    ],
    "label_ids": [
        "d4cd174f-784d-48d7-91c6-7427bd5d57fe"
    ],
    "release_date": "2024-08-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Nicole!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}