Information about plays

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

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

{
    "id": 3543062,
    "uri": "https://api.kexp.org/v2/plays/3543062/?format=api",
    "airdate": "2025-08-21T22:18:09-07:00",
    "show": 64351,
    "show_uri": "https://api.kexp.org/v2/shows/64351/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happiness Is A Warm Gun-The Beatles",
    "track_id": null,
    "recording_id": "25c22ed6-9040-4a46-98c1-290a5dbe18bc",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Magical Mystery Mixes",
    "release_id": null,
    "release_group_id": "0a73cd2c-4bbe-4f78-b171-ca97ca6283d5",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}