Information about plays

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

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

{
    "id": 3500234,
    "uri": "https://api.kexp.org/v2/plays/3500234/?format=api",
    "airdate": "2025-05-12T01:45:12-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://coverartarchive.org/release/327ddccc-c39d-455f-be08-fd157c2159b4/39587653171-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/327ddccc-c39d-455f-be08-fd157c2159b4/39587653171-250.jpg",
    "song": "The Way You Are",
    "track_id": null,
    "recording_id": "821ba834-d6e0-420b-ae31-64611a1079f1",
    "artist": "Esperanza Spalding+Milton Nascimento",
    "artist_ids": [
        "5c12b265-5e59-44e0-b657-5cf4169f7316",
        "1bfa27e3-0376-4206-a772-4586e25a64f5"
    ],
    "album": "Milton + Esperanza",
    "release_id": null,
    "release_group_id": "1830be4b-8e6c-497a-bdd8-db1f93e1b0c5",
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2024-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}