Information about plays

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

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

{
    "id": 3570804,
    "uri": "https://api.kexp.org/v2/plays/3570804/?format=api",
    "airdate": "2025-10-28T00:48:31-07:00",
    "show": 64953,
    "show_uri": "https://api.kexp.org/v2/shows/64953/?format=api",
    "image_uri": "https://coverartarchive.org/release/b937b67c-2d68-4ff4-84ab-45bfd5a5a638/41244777273-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b937b67c-2d68-4ff4-84ab-45bfd5a5a638/41244777273-250.jpg",
    "song": "Half Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Cahl Sel",
    "artist_ids": [
        "bf3ea053-19ed-4f89-b348-17cfc47e248d"
    ],
    "album": "Traces",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Reflective"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A+ from S.F.'s Cahl Sel - https://cahlsel.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}