Information about plays

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

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

{
    "id": 3579574,
    "uri": "https://api.kexp.org/v2/plays/3579574/?format=api",
    "airdate": "2025-11-17T22:39:50-08:00",
    "show": 65141,
    "show_uri": "https://api.kexp.org/v2/shows/65141/?format=api",
    "image_uri": "https://coverartarchive.org/release/4cd396fd-5322-4bcb-837e-3bbdf8a42517/25522731880-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4cd396fd-5322-4bcb-837e-3bbdf8a42517/25522731880-250.jpg",
    "song": "Cherry-Coloured Funk",
    "track_id": null,
    "recording_id": null,
    "artist": "True Blue",
    "artist_ids": [],
    "album": "Cherry-Coloured Funk",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "True Nature"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cocteau Twins cover from NYC's True Blue! - https://soundcloud.com/truebluewho",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}