Information about plays

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

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

{
    "id": 3585565,
    "uri": "https://api.kexp.org/v2/plays/3585565/?format=api",
    "airdate": "2025-12-01T21:22:14-08:00",
    "show": 65265,
    "show_uri": "https://api.kexp.org/v2/shows/65265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aunque Duela",
    "track_id": null,
    "recording_id": null,
    "artist": "Shego",
    "artist_ids": [
        "f9c11f06-7724-4145-b452-a94d57efadf4"
    ],
    "album": "No lo volveré a hacer",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Altafonte"
    ],
    "label_ids": [],
    "release_date": "2025-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}