Information about plays

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

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

{
    "id": 3549735,
    "uri": "https://api.kexp.org/v2/plays/3549735/?format=api",
    "airdate": "2025-09-06T20:06:48-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Golpes en el corazón",
    "track_id": null,
    "recording_id": "c3cd0120-e621-452f-b462-72029da9965d",
    "artist": "Los Tigres del Norte",
    "artist_ids": [
        "75cdc7ad-63b6-48b3-8de2-617d08a9ddf8"
    ],
    "album": "El ejemplo",
    "release_id": null,
    "release_group_id": "ff7e44e6-2f1f-3157-86f4-83bcfb273000",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}