Information about plays

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

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

{
    "id": 3630512,
    "uri": "https://api.kexp.org/v2/plays/3630512/?format=api",
    "airdate": "2026-03-18T06:36:45-07:00",
    "show": 66212,
    "show_uri": "https://api.kexp.org/v2/shows/66212/?format=api",
    "image_uri": "https://dn710805.ca.archive.org/0/items/mbid-e0340e83-26fe-378f-b526-e9bce43835c0/mbid-e0340e83-26fe-378f-b526-e9bce43835c0-3374938495_thumb500.jpg",
    "thumbnail_uri": "https://dn710805.ca.archive.org/0/items/mbid-e0340e83-26fe-378f-b526-e9bce43835c0/mbid-e0340e83-26fe-378f-b526-e9bce43835c0-3374938495_thumb250.jpg",
    "song": "We Will Become Silhouettes",
    "track_id": "eb909aec-f5e0-3db1-ae34-fd069d7483f5",
    "recording_id": "ed053adc-6f0c-4a81-83dd-657453cc6d22",
    "artist": "The Postal Service",
    "artist_ids": [
        "299278d3-25dd-4f30-bae4-5b571c28034d"
    ],
    "album": "Give Up",
    "release_id": "e0340e83-26fe-378f-b526-e9bce43835c0",
    "release_group_id": "ee51d41d-d337-3ce1-b72c-3f40e1973e2b",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2003-02-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Lead vocalist and songwriter Ben Gibbard wrote this song in response to the \"paralyzation of fear\" after the effects of 9/11. The song tells about \"staying indoors\" and also, pending translations, the end of the world: https://thepostalservice.bandcamp.com/album/everything-will-change https://postalservicemusic.net/\n\nThis song, off The Postal Service's one and only record Give Up, was also released as a single in 2005:\n\nhttps://megamart.subpop.com/products/the-postal-service_we-will-become-silhouettes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}