Information about plays

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

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

{
    "id": 3564217,
    "uri": "https://api.kexp.org/v2/plays/3564217/?format=api",
    "airdate": "2025-10-12T13:28:06-07:00",
    "show": 64816,
    "show_uri": "https://api.kexp.org/v2/shows/64816/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1d90290-461b-4485-af21-97d7baf5375f/26533346521-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1d90290-461b-4485-af21-97d7baf5375f/26533346521-250.jpg",
    "song": "Blue Moon",
    "track_id": null,
    "recording_id": "32fb6b9a-8f7f-4306-8bd1-ab0afa867d6e",
    "artist": "The Ventures",
    "artist_ids": [
        "b2cc8903-0077-4bef-8454-ac5cef53d126"
    ],
    "album": "Walk, Don't Run",
    "release_id": null,
    "release_group_id": "47f92d1d-b213-4303-aa40-ee77cd58678d",
    "labels": [
        "One Day Music"
    ],
    "label_ids": [
        "19e208f4-0334-4949-ad4f-12e4b7240eea"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Richard Rodgers and Lorenz Hart.\n\nVentures Guitarist Nookie Edwards was a Cherokee Native born in Navajo Nation. His family relocated to Tacoma to work on farms as a boy and that is where we would eventually lead the legendary surf guitar group, The Ventures.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}