Information about plays

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

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

{
    "id": 3556108,
    "uri": "https://api.kexp.org/v2/plays/3556108/?format=api",
    "airdate": "2025-09-21T23:46:33-07:00",
    "show": 64627,
    "show_uri": "https://api.kexp.org/v2/shows/64627/?format=api",
    "image_uri": "https://coverartarchive.org/release/0b07b409-b070-4a5e-a165-4e756f554d34/18125989673-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0b07b409-b070-4a5e-a165-4e756f554d34/18125989673-250.jpg",
    "song": "My Party",
    "track_id": null,
    "recording_id": "22a22eb5-dec2-4be8-8d44-cff86f569d65",
    "artist": "Errorsmith",
    "artist_ids": [
        "0a13b6e2-43f3-462c-aa0c-04619919fdf8"
    ],
    "album": "Superlative Fatigue",
    "release_id": null,
    "release_group_id": "35937586-bc22-467e-89d0-e27d81d5cb6b",
    "labels": [
        "PAN"
    ],
    "label_ids": [
        "8943d408-940c-403b-a01d-9036c227d50f"
    ],
    "release_date": "2017-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}