Information about plays

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

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

{
    "id": 3567303,
    "uri": "https://api.kexp.org/v2/plays/3567303/?format=api",
    "airdate": "2025-10-19T18:54:19-07:00",
    "show": 64879,
    "show_uri": "https://api.kexp.org/v2/shows/64879/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Me Black History",
    "track_id": null,
    "recording_id": null,
    "artist": "Herman Attaway",
    "artist_ids": [],
    "album": "Tell Me Black History",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Trek-Sound Records"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With musical and production backings by Dr. Mary Sullivan Bain, Herman Attaway released \"Tell Me Black History\" in 1987 with Trek-Sound Records.\nDr. Bain wrote and used the song as a teaching tool in Miami-Dade county schools.\nhttps://www.instagram.com/p/CqqabICuDzu/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}