Information about plays

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

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

{
    "id": 3569795,
    "uri": "https://api.kexp.org/v2/plays/3569795/?format=api",
    "airdate": "2025-10-25T14:39:14-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dead Animals",
    "track_id": "8519642b-91f9-3370-bf86-fc1f02b80cb4",
    "recording_id": "a7d19ba4-58ef-4c16-8790-afce1e0ac475",
    "artist": "The Young Evils",
    "artist_ids": [
        "767e5e6d-919a-49b7-9087-117a35e9693a"
    ],
    "album": "Foreign Spells",
    "release_id": "c43cab91-6708-4ad9-8909-07b41f15b79b",
    "release_group_id": "705ff46a-9c10-4985-a319-c2250d7839a8",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-07-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Young Evils are or were a Seattle-based band who were active around 2014-2016 and released music, including an EP titled \"False Starts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}