Information about plays

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

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

{
    "id": 3585751,
    "uri": "https://api.kexp.org/v2/plays/3585751/?format=api",
    "airdate": "2025-12-02T07:21:21-08:00",
    "show": 65269,
    "show_uri": "https://api.kexp.org/v2/shows/65269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save Me",
    "track_id": "feda4c1f-086d-429b-9e70-ca64b57bef6f",
    "recording_id": "74821cb4-c41b-418d-aef9-d4049ce80944",
    "artist": "Remy Zero",
    "artist_ids": [
        "848a122b-9dcc-4ff7-91b8-e4f37b8f1147"
    ],
    "album": "The Golden Hum",
    "release_id": "449604f0-fe61-4c7e-911a-3b91213c32f5",
    "release_group_id": "339ac610-1a58-3e67-bbc3-d26d49ef3942",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2001-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Golden Hum is the third and final studio album by Remy Zero. \n- https://remyzero.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}