Information about plays

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

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

{
    "id": 3544344,
    "uri": "https://api.kexp.org/v2/plays/3544344/?format=api",
    "airdate": "2025-08-24T18:05:26-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nobody",
    "track_id": null,
    "recording_id": "017d30e5-61b9-4817-aa7c-1077fe2743ba",
    "artist": "Hodges, James, Smith & Crawford",
    "artist_ids": [
        "0033530b-286f-4729-a13b-5d603727e455"
    ],
    "album": "Early Years and Unheard Pearls 1970-1973",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kent Soul"
    ],
    "label_ids": [],
    "release_date": "2021-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can find \"Nobody\" by Hodges, James, Smith & Crawford on the 2021 album Early Years and Unheard Pearls 1970-1973.\n\nHodges, James, Smith & Crawford was a female soul quartet from the 70's. Caroline Crawford later left the group, making it a trio called Hodges, James And Smith.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}