Information about plays

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

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

{
    "id": 3554184,
    "uri": "https://api.kexp.org/v2/plays/3554184/?format=api",
    "airdate": "2025-09-17T13:02:01-07:00",
    "show": 64586,
    "show_uri": "https://api.kexp.org/v2/shows/64586/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1821381-1526-4f5a-889f-02fa51ab0361/33063975380-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1821381-1526-4f5a-889f-02fa51ab0361/33063975380-250.jpg",
    "song": "I Really Love You",
    "track_id": null,
    "recording_id": "4dede99b-6676-4fb2-9a4d-ab11e453627c",
    "artist": "Dee Dee Sharp",
    "artist_ids": [
        "f578244c-6054-4eca-96ec-41fcae83d8f1"
    ],
    "album": "I Really Love You",
    "release_id": null,
    "release_group_id": "7186f7e1-066d-400b-bd01-74604b8c1d9a",
    "labels": [
        "Cameo"
    ],
    "label_ids": [
        "c12140b1-f0e1-4780-875b-e4d7f585e4df"
    ],
    "release_date": "1965-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Wednesday and welcome to The Afternoon Show with the vibrant Larry Mizell, Jr. and charming producer Sharlese! Thanks so much for being part of this community!\n\nThis song was written by Kenny Gamble and Jimmy Bishop and released in 1965. It reached #78 on Billboard and #37 on the R&B charts.\n--\nIt was sampled by Seattle's Shabazz Palaces on \"Shine A Light.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}