Information about plays

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

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

{
    "id": 3566382,
    "uri": "https://api.kexp.org/v2/plays/3566382/?format=api",
    "airdate": "2025-10-17T14:12:21-07:00",
    "show": 64858,
    "show_uri": "https://api.kexp.org/v2/shows/64858/?format=api",
    "image_uri": "https://coverartarchive.org/release/74588c69-c927-4c91-87d7-b9bffcc42d9e/15417337639-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/74588c69-c927-4c91-87d7-b9bffcc42d9e/15417337639-250.jpg",
    "song": "(I’m) Stranded",
    "track_id": null,
    "recording_id": "63b33fcf-c0f4-4150-9a80-a34dc92a02ac",
    "artist": "The Saints",
    "artist_ids": [
        "0f1e84e4-2417-4f9e-a3f4-6db2cf11a46d"
    ],
    "album": "(I’m) Stranded",
    "release_id": null,
    "release_group_id": "13bc9234-9495-3dee-a803-dc6e54386837",
    "labels": [
        "EMI Music Australia"
    ],
    "label_ids": [
        "782f5891-6952-4960-9664-3d08a07dfdb2"
    ],
    "release_date": "1977-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}