Information about plays

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

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

{
    "id": 3546429,
    "uri": "https://api.kexp.org/v2/plays/3546429/?format=api",
    "airdate": "2025-08-29T19:46:01-07:00",
    "show": 64421,
    "show_uri": "https://api.kexp.org/v2/shows/64421/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9016eca-4882-47f1-b711-94d3b550527d/41857531512-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e9016eca-4882-47f1-b711-94d3b550527d/41857531512-250.jpg",
    "song": "January 9th",
    "track_id": null,
    "recording_id": "468fc759-fa59-48cf-9339-98d45266c022",
    "artist": "Black Sherif",
    "artist_ids": [
        "d9fcecbd-49f7-4467-b70b-3e3267fca7ce"
    ],
    "album": "Iron Boy",
    "release_id": null,
    "release_group_id": "c2daab9d-9be6-4311-8b44-f2bc6ef0a032",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mohammed Ismail Sherif, professionally known as Black Sherif and formerly Blacko, is a Ghanaian singer, rapper and fashion model. He initially gained popularity in 2021 with his song \"First Sermon,\" which he released in May 2021. This was followed up with the \"Second Sermon\" in July 2021.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}