Information about plays

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

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

{
    "id": 3673123,
    "uri": "https://api.kexp.org/v2/plays/3673123/?format=api",
    "airdate": "2026-06-27T09:36:01-07:00",
    "show": 67100,
    "show_uri": "https://api.kexp.org/v2/shows/67100/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "People Make The World Go Round",
    "track_id": null,
    "recording_id": "f8285488-5a44-45b5-a8d7-003cde29d303",
    "artist": "Hortense Ellis",
    "artist_ids": [
        "484a7f06-995c-42ab-91ad-f20ce67ce6de"
    ],
    "album": "People Make The World Go Round",
    "release_id": null,
    "release_group_id": "c0a173b3-21ce-4083-8fde-de845e690238",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2023-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}