Information about plays

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

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

{
    "id": 3574751,
    "uri": "https://api.kexp.org/v2/plays/3574751/?format=api",
    "airdate": "2025-11-06T14:23:36-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Infant Eyes",
    "track_id": null,
    "recording_id": "ddbb7c9c-1856-4ade-bff5-66da874986d7",
    "artist": "Stan Getz Sextet",
    "artist_ids": [
        "68c7c4c2-fcb8-4cc6-8791-8b69a7b44eae"
    ],
    "album": "Utopia",
    "release_id": null,
    "release_group_id": "a055a15b-8750-38c4-9cd9-a5df6453242c",
    "labels": [
        "West Wind"
    ],
    "label_ids": [
        "546b7bab-2916-4eeb-ab70-31278387dd2a"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stan Getz is covering the Wayne Shorter classic \"Infant Eyes.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}