Information about plays

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

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

{
    "id": 3636883,
    "uri": "https://api.kexp.org/v2/plays/3636883/?format=api",
    "airdate": "2026-04-02T13:36:36-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/512b3989-3f33-4360-a9f2-a7981c22c862/36693616316-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/512b3989-3f33-4360-a9f2-a7981c22c862/36693616316-250.jpg",
    "song": "Come Live With Me Angel",
    "track_id": null,
    "recording_id": "23fb3883-5566-4962-af59-3de1b8e2d202",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "I Want You",
    "release_id": null,
    "release_group_id": "18257379-85bf-3412-b0df-8e2916ee896e",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1976-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was co-written by singer-songwriter Leon Ware and lyricist Jacqueline Dalya-Hilliard, Ware recorded the song with singer Minnie Riperton with plans to release it as a single from his second album, Musical Masage.\"  When Gaye heard it, he persuaded Ware to let him use it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}