Information about plays

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

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

{
    "id": 3555203,
    "uri": "https://api.kexp.org/v2/plays/3555203/?format=api",
    "airdate": "2025-09-19T23:33:01-07:00",
    "show": 64606,
    "show_uri": "https://api.kexp.org/v2/shows/64606/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d3ef7cc-c3a8-4f9e-8b05-bdb20dd91fe1/38640812725-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d3ef7cc-c3a8-4f9e-8b05-bdb20dd91fe1/38640812725-250.jpg",
    "song": "Runnin’",
    "track_id": null,
    "recording_id": "ec0ee367-d626-4ae8-aed0-15f6f0e5447a",
    "artist": "The Game feat. Tony Yayo & Dion",
    "artist_ids": [
        "07cc14fb-4784-4a25-804b-2686ed5ef52c",
        "45d21b70-e139-4ff9-b487-3c003fa7af0b",
        "b073d6b8-253e-4f61-8d48-fd7688c89dee"
    ],
    "album": "The Documentary",
    "release_id": null,
    "release_group_id": "59e16e18-b446-3ccf-a67f-ca447f610ed9",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2005-01-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}