Information about plays

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

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

{
    "id": 3577898,
    "uri": "https://api.kexp.org/v2/plays/3577898/?format=api",
    "airdate": "2025-11-14T03:05:40-08:00",
    "show": 65103,
    "show_uri": "https://api.kexp.org/v2/shows/65103/?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": "Hate It or Love It",
    "track_id": null,
    "recording_id": "e608c965-ee42-47c0-b17c-7e36c0799fac",
    "artist": "The Game feat. 50 Cent",
    "artist_ids": [
        "07cc14fb-4784-4a25-804b-2686ed5ef52c",
        "8e68819d-71be-4e7d-b41d-f1df81b01d3f"
    ],
    "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": "Sound familiar?  The Game heavily sampled The Trammps' \"Rubber Band.\"\n--\nAt the 2006 48th Annual Grammy Awards, the song was nominated for two Grammy Awards, including Grammy Award for Best Rap Song and Grammy Award for Best Rap Performance by a Duo or Group. \n--\nThe lyrics are displayed here in the official video for this masterpiece: https://www.youtube.com/watch?v=BuMBmK5uksg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}