Information about plays

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

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

{
    "id": 3550143,
    "uri": "https://api.kexp.org/v2/plays/3550143/?format=api",
    "airdate": "2025-09-07T18:21:43-07:00",
    "show": 64502,
    "show_uri": "https://api.kexp.org/v2/shows/64502/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You and Me Together",
    "track_id": null,
    "recording_id": "b7474b6e-4d1f-47c3-8cd3-dd1494275d96",
    "artist": "Roy Roberts",
    "artist_ids": [
        "31c1d0c6-6045-4b5b-b411-0098588fe9a8"
    ],
    "album": "Every Shade of Blue",
    "release_id": null,
    "release_group_id": "4f4c7881-bcf5-3131-bef7-92902e9feb22",
    "labels": [
        "Rockhouse Records"
    ],
    "label_ids": [
        "04ca6aa0-99af-434c-8cb8-5967b279281f"
    ],
    "release_date": "1977-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Roy Roberts originally released \"You and Me Together\" in 1977 as the Roy Roberts Experience, a soul group from Charleston, North Carolina he started with Billy Crenshaw and Vaughn Freeman. In 1997, Roberts included the track on his album, Every Shade of Blue, with Rockhouse Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}