Information about plays

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

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

{
    "id": 3609103,
    "uri": "https://api.kexp.org/v2/plays/3609103/?format=api",
    "airdate": "2026-01-25T19:22:40-08:00",
    "show": 65754,
    "show_uri": "https://api.kexp.org/v2/shows/65754/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Pusher",
    "track_id": null,
    "recording_id": null,
    "artist": "Final Decisions",
    "artist_ids": [
        "10a8dc51-f261-4569-818c-16f4887e5069"
    ],
    "album": "The Pusher",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Love"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Final Decisions released \"The Pusher\" and b-side \"I Feel What You Feel\" in 1973. \n\nFinal Decisions was comprised of: Al James, Charles Beverly, and Jimmy Charles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}