Information about plays

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

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

{
    "id": 3599690,
    "uri": "https://api.kexp.org/v2/plays/3599690/?format=api",
    "airdate": "2026-01-03T15:16:54-08:00",
    "show": 65554,
    "show_uri": "https://api.kexp.org/v2/shows/65554/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Emergency Contact",
    "track_id": "c99d3973-6997-4c2f-96b7-6667cf5a289e",
    "recording_id": "ecca5338-1975-4026-bda2-6750f6fee557",
    "artist": "Grace Inspace",
    "artist_ids": [
        "76e9e104-facf-4856-bd7a-8c85655b8a7d"
    ],
    "album": "Heavy Hair",
    "release_id": "e0482ca8-65d4-45b7-8b7a-4945057bc5eb",
    "release_group_id": "46ead6a4-d239-48e5-a661-48a7b11952bb",
    "labels": [
        "TODO"
    ],
    "label_ids": [
        "49058d47-97cb-40a2-9ab2-aeb64ab333d1"
    ],
    "release_date": "2026-02-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from LA-born, London-bred singer Grace Inspace! Get this track here: https://todorecords.bandcamp.com/track/emergency-contact",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}