Information about plays

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

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

{
    "id": 3550224,
    "uri": "https://api.kexp.org/v2/plays/3550224/?format=api",
    "airdate": "2025-09-08T00:23:29-07:00",
    "show": 64504,
    "show_uri": "https://api.kexp.org/v2/shows/64504/?format=api",
    "image_uri": "https://coverartarchive.org/release/e703fa72-7f9d-4578-9887-692716353388/24340872885-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e703fa72-7f9d-4578-9887-692716353388/24340872885-250.jpg",
    "song": "The Trip (Roni Size remix)",
    "track_id": null,
    "recording_id": "159d25ca-ac41-4fe0-8e20-f2addf76836c",
    "artist": "Skylab",
    "artist_ids": [
        "e227302a-edd7-40a2-bb5c-e77a3ec68993"
    ],
    "album": "The Trip",
    "release_id": null,
    "release_group_id": "93a06b88-b469-3b85-ac19-aec0a8a7fe4f",
    "labels": [
        "Eye Q UK"
    ],
    "label_ids": [
        "0e989a66-dd55-4d3b-be0e-3fb1030d7f8c"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}