Information about plays

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

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

{
    "id": 3639913,
    "uri": "https://api.kexp.org/v2/plays/3639913/?format=api",
    "airdate": "2026-04-09T14:17:54-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What It Is?",
    "track_id": null,
    "recording_id": "335bf578-eece-44b7-b1c8-6626ed12c686",
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "Solid Rock",
    "release_id": null,
    "release_group_id": "6832c180-2005-3462-aca1-5040bc281e30",
    "labels": [
        "Gordy"
    ],
    "label_ids": [
        "9b6dec85-599a-481f-9642-62fd1d3999fe"
    ],
    "release_date": "1972-01-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck sampled this one for \"Earthquake Weather.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}