Information about plays

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

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

{
    "id": 3571676,
    "uri": "https://api.kexp.org/v2/plays/3571676/?format=api",
    "airdate": "2025-10-30T04:21:50-07:00",
    "show": 64970,
    "show_uri": "https://api.kexp.org/v2/shows/64970/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Message From The Soul Sisters, Parts 1 & 2",
    "track_id": null,
    "recording_id": "535f6b45-87b1-40f1-9b36-253fb90beecd",
    "artist": "Myra Barnes",
    "artist_ids": [
        "4ec06e73-2dce-4165-8603-4d972e61e6c4"
    ],
    "album": "The Message From The Soul Sisters",
    "release_id": null,
    "release_group_id": "5268b296-07e8-4016-a050-550bdd3fcf50",
    "labels": [],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This James Brown production was sampled in Lil Kim's 1996 debut single \"No Time\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}