Information about plays

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

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

{
    "id": 3582945,
    "uri": "https://api.kexp.org/v2/plays/3582945/?format=api",
    "airdate": "2025-11-25T20:16:02-08:00",
    "show": 65210,
    "show_uri": "https://api.kexp.org/v2/shows/65210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Change Your Name",
    "track_id": null,
    "recording_id": null,
    "artist": "Raye Zaragoza",
    "artist_ids": [
        "3620b392-8598-43e7-9c2c-872257ec49c7"
    ],
    "album": "Woman in Color",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rebel River Records"
    ],
    "label_ids": [],
    "release_date": "2020-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Raye Zaragoza is a Japanese, Mexican and O’odham singer songwriter. The O'odham are a group of Native American peoples including the Akimel O'odham, the Tohono Oʼodham, and the Hia C-eḍ Oʼodham. Their historical territory is in the Sonoran desert in southern and central Arizona and northern Sonora.\n\nhttps://rayezaragoza.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}