Information about plays

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

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

{
    "id": 3543717,
    "uri": "https://api.kexp.org/v2/plays/3543717/?format=api",
    "airdate": "2025-08-23T11:46:02-07:00",
    "show": 64366,
    "show_uri": "https://api.kexp.org/v2/shows/64366/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Played a 45",
    "track_id": null,
    "recording_id": "79fbb80d-0599-4327-a12b-653b3551d70b",
    "artist": "Macka B",
    "artist_ids": [
        "27dd8224-d752-40e5-9af8-47fd33e61d86"
    ],
    "album": "Change the World",
    "release_id": null,
    "release_group_id": "d09db019-7546-45f2-a8bc-d98d96d4d188",
    "labels": [
        "Chinelo Records"
    ],
    "label_ids": [
        "bac3185b-ad94-4c77-8d41-8a1425b0e382"
    ],
    "release_date": "2012-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}