Information about plays

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

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

{
    "id": 3583760,
    "uri": "https://api.kexp.org/v2/plays/3583760/?format=api",
    "airdate": "2025-11-27T18:47:03-08:00",
    "show": 65225,
    "show_uri": "https://api.kexp.org/v2/shows/65225/?format=api",
    "image_uri": "https://coverartarchive.org/release/cdccffd0-47e2-4409-a678-1e5bf44031a3/15148664767-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cdccffd0-47e2-4409-a678-1e5bf44031a3/15148664767-250.jpg",
    "song": "Passion (radio edit)",
    "track_id": null,
    "recording_id": "40d68e28-1863-4598-8311-b53b79f2b402",
    "artist": "Gat Décor",
    "artist_ids": [
        "3eeb99ca-baf1-4f74-b8df-62d397870b29"
    ],
    "album": "Passion",
    "release_id": null,
    "release_group_id": "96f8e761-91b4-3bf1-bdef-f1b998d92fde",
    "labels": [
        "Altra Moda Music"
    ],
    "label_ids": [
        "009b95ba-0313-404d-b2c7-18fdf7d6303e"
    ],
    "release_date": "1992-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=tnD6OrYXUuo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}