Information about plays

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

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

{
    "id": 3543778,
    "uri": "https://api.kexp.org/v2/plays/3543778/?format=api",
    "airdate": "2025-08-23T15:09:14-07:00",
    "show": 64368,
    "show_uri": "https://api.kexp.org/v2/shows/64368/?format=api",
    "image_uri": "https://coverartarchive.org/release/c0403359-d4be-413e-9e2c-4b8706a15953/10765044114-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c0403359-d4be-413e-9e2c-4b8706a15953/10765044114-250.jpg",
    "song": "When Love Takes Over",
    "track_id": null,
    "recording_id": null,
    "artist": "Joe Morris",
    "artist_ids": [],
    "album": "Some Kind of Paradise",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Shades of Sound"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Perfect soundtrack for patio season - https://shadesofsoundmusic.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}