Information about plays

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

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

{
    "id": 3543813,
    "uri": "https://api.kexp.org/v2/plays/3543813/?format=api",
    "airdate": "2025-08-23T16:55:01-07:00",
    "show": 64368,
    "show_uri": "https://api.kexp.org/v2/shows/64368/?format=api",
    "image_uri": "https://coverartarchive.org/release/694d4b09-d31e-483d-abc1-70ea641a0cb5/40455617288-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/694d4b09-d31e-483d-abc1-70ea641a0cb5/40455617288-250.jpg",
    "song": "Meant to Be",
    "track_id": null,
    "recording_id": null,
    "artist": "Jack J / © Linda Fox",
    "artist_ids": [],
    "album": "Meant to Be",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "C'est Life"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Catchy single from the Vancouver pair - https://jackj.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}