Information about plays

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

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

{
    "id": 3583390,
    "uri": "https://api.kexp.org/v2/plays/3583390/?format=api",
    "airdate": "2025-11-26T21:25:09-08:00",
    "show": 65218,
    "show_uri": "https://api.kexp.org/v2/shows/65218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peaches",
    "track_id": null,
    "recording_id": "8e99bc4f-7d4b-47d7-8185-14ea8411f371",
    "artist": "MIYNT",
    "artist_ids": [
        "fb80b28b-820a-4173-8cd5-3e4cd2172aa2"
    ],
    "album": "Stay on Your Mind",
    "release_id": null,
    "release_group_id": "28b9f910-97bf-4cde-8fcc-30bdda5ab034",
    "labels": [
        "B3SCI Records"
    ],
    "label_ids": [
        "7150dbb6-a3a1-4fef-b177-ab29ea9aa97c"
    ],
    "release_date": "2019-07-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://miynt.bandcamp.com/album/stay-on-your-mind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}