Information about plays

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

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

{
    "id": 3550142,
    "uri": "https://api.kexp.org/v2/plays/3550142/?format=api",
    "airdate": "2025-09-07T18:16:10-07:00",
    "show": 64502,
    "show_uri": "https://api.kexp.org/v2/shows/64502/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Go With Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Roslyn & Charles",
    "artist_ids": [
        "cb290ccd-fffe-49eb-8458-c950b54ca04c"
    ],
    "album": "Everything Must Change",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cheri Records"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Charles McCloud and Roslyn Johnson (a.k.a Roslyn & Charles) released \"Come Go With Me\" on the album Everything Must Change in 1981 with Cheri Records. Real Gone Music re-released the album in 2023.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}