Information about plays

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

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

{
    "id": 3636908,
    "uri": "https://api.kexp.org/v2/plays/3636908/?format=api",
    "airdate": "2026-04-02T15:02:54-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/c5adfb1a-710b-4f46-8764-46f9b2a54dd9/22711269080-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c5adfb1a-710b-4f46-8764-46f9b2a54dd9/22711269080-250.jpg",
    "song": "Woman of the World",
    "track_id": null,
    "recording_id": "ef6e345b-5075-47d2-b139-985dfbce7c91",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "You’re the Man",
    "release_id": null,
    "release_group_id": "82a4f23b-df64-4f3f-be50-ea3c8f6b5fcd",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2019-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marvin Gaye singing Larry Mizell and Larry Gordon (Laraaji). This song was produced by Fonce Mizzell and Freddie Perren.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}