Information about plays

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

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

{
    "id": 3562158,
    "uri": "https://api.kexp.org/v2/plays/3562158/?format=api",
    "airdate": "2025-10-06T23:54:54-07:00",
    "show": 64767,
    "show_uri": "https://api.kexp.org/v2/shows/64767/?format=api",
    "image_uri": "https://coverartarchive.org/release/4840207b-3fee-4e21-a27b-beb047c49d03/14483616676-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4840207b-3fee-4e21-a27b-beb047c49d03/14483616676-250.jpg",
    "song": "Deceptacon (DFA Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Le Tigre",
    "artist_ids": [
        "2d67239c-aa40-4ad5-a807-9052b66857a6"
    ],
    "album": "Remixes",
    "release_id": null,
    "release_group_id": "2a9808e0-7ca1-3f09-b186-df9e320b8ede",
    "labels": [
        "Mr. Lady Records"
    ],
    "label_ids": [
        "5d4b7256-2317-472c-8d5f-cd5f2d8f8f20"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SOUNDWAVE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}