Information about plays

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

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

{
    "id": 3576226,
    "uri": "https://api.kexp.org/v2/plays/3576226/?format=api",
    "airdate": "2025-11-10T00:16:51-08:00",
    "show": 65069,
    "show_uri": "https://api.kexp.org/v2/shows/65069/?format=api",
    "image_uri": "https://coverartarchive.org/release/b401e348-932a-42bb-918d-97658f7345ba/29737025147-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b401e348-932a-42bb-918d-97658f7345ba/29737025147-250.jpg",
    "song": "Sex Music",
    "track_id": null,
    "recording_id": "8cb27609-9240-4b96-8338-d54cf695de28",
    "artist": "BEAK>",
    "artist_ids": [
        "bda0beab-8c08-4a34-9af0-97a1b647ad9b"
    ],
    "album": "Sex Music",
    "release_id": null,
    "release_group_id": "11044baa-5d60-4e68-94c3-7f73c3ab3151",
    "labels": [
        "Invada Records"
    ],
    "label_ids": [
        "8a5b1ae3-4838-4439-b43f-5f6b7f4f0872"
    ],
    "release_date": "2017-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}