Information about plays

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

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

{
    "id": 3548578,
    "uri": "https://api.kexp.org/v2/plays/3548578/?format=api",
    "airdate": "2025-09-03T21:24:35-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "https://coverartarchive.org/release/01577ad0-3e07-45c3-98e2-e84cb76169f4/21279543790-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/01577ad0-3e07-45c3-98e2-e84cb76169f4/21279543790-250.jpg",
    "song": "Ways of Love",
    "track_id": null,
    "recording_id": "9c9ef35c-5c5b-4a50-b9eb-714c61fb427c",
    "artist": "Scott Yoder",
    "artist_ids": [
        "26644daa-bb07-47f8-98c3-94ba512ae67d"
    ],
    "album": "A Fool Aloof",
    "release_id": null,
    "release_group_id": "c054166e-c573-4902-b3a6-24d79b9c553d",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-07-31",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://scottyoder.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}