Information about plays

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

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

{
    "id": 3598748,
    "uri": "https://api.kexp.org/v2/plays/3598748/?format=api",
    "airdate": "2026-01-01T08:29:21-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Some Children",
    "track_id": "321df9da-58c8-373c-80e7-bdc29c3892d9",
    "recording_id": "8628c8fa-5e7b-4143-ba48-4ebd43b35f1c",
    "artist": "Holy Ghost!",
    "artist_ids": [
        "3c0d5463-6688-4f4a-8273-a191657d8084"
    ],
    "album": "Holy Ghost!",
    "release_id": "b0aebdc2-49b9-4145-a646-3eb3ff18dfac",
    "release_group_id": "dce7c99d-9731-4495-9fb3-753cf0300e94",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "this song features Yacht rock superstar Michael McDonald during the chorus. \n\nRead more about how this collab came to be: https://www.self-titledmag.com/michael-mcdonald-explains-how-he-ended-up-working-with-holy-ghost-and-grizzly-bear/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}