Information about plays

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

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

{
    "id": 3546088,
    "uri": "https://api.kexp.org/v2/plays/3546088/?format=api",
    "airdate": "2025-08-29T00:46:45-07:00",
    "show": 64414,
    "show_uri": "https://api.kexp.org/v2/shows/64414/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two Can Have a Party",
    "track_id": null,
    "recording_id": "0d5192f4-7d50-4319-9e5d-f6b32bb62db4",
    "artist": "Marvin Gaye & Tammi Terrell",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42",
        "ce4582b6-aee7-4da1-b841-3c619d4fb5a5"
    ],
    "album": "United",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1967-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1967!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}