Information about plays

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

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

{
    "id": 3549482,
    "uri": "https://api.kexp.org/v2/plays/3549482/?format=api",
    "airdate": "2025-09-06T03:25:07-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia801505.us.archive.org/11/items/mbid-d16fceb3-9852-41d3-b9be-8d50fd110ae7/mbid-d16fceb3-9852-41d3-b9be-8d50fd110ae7-15842770700_thumb500.jpg",
    "thumbnail_uri": "https://ia601505.us.archive.org/11/items/mbid-d16fceb3-9852-41d3-b9be-8d50fd110ae7/mbid-d16fceb3-9852-41d3-b9be-8d50fd110ae7-15842770700_thumb250.jpg",
    "song": "Son of a Gun",
    "track_id": "2224b3c4-6630-3e3e-8f45-fb5927fceea8",
    "recording_id": "463c23f0-7dc2-4cd0-a6b2-61b78687f592",
    "artist": "The Vaselines",
    "artist_ids": [
        "a70b63fd-cae7-4a5f-b338-b18343f3ee2f"
    ],
    "album": "The Way of the Vaselines: A Complete History",
    "release_id": "d16fceb3-9852-41d3-b9be-8d50fd110ae7",
    "release_group_id": "0fef4586-3d04-3a1a-adba-334ce092e11c",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1992-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Later covered by Nirvana ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}