Information about plays

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

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

{
    "id": 3566487,
    "uri": "https://api.kexp.org/v2/plays/3566487/?format=api",
    "airdate": "2025-10-17T20:40:23-07:00",
    "show": 64860,
    "show_uri": "https://api.kexp.org/v2/shows/64860/?format=api",
    "image_uri": "https://coverartarchive.org/release/aeb983d6-6931-4bc2-90e3-3362fcbaef1f/41229959578-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aeb983d6-6931-4bc2-90e3-3362fcbaef1f/41229959578-250.jpg",
    "song": "All The Love",
    "track_id": null,
    "recording_id": "70512eb7-69b8-49fa-871f-f6bf2d73d533",
    "artist": "Ayra Starr",
    "artist_ids": [
        "c4ac4b97-2eac-46f6-85ae-f916c93847e4"
    ],
    "album": "All The Love",
    "release_id": null,
    "release_group_id": "41f4da9b-31f6-4f14-b336-818c7f1340da",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sarah Oyinkansola Aderibigbe, known professionally as Ayra Starr, is a Nigerian singer and songwriter. She achieved mainstream international recognition in 2022, with the release of her hit song \"Rush\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}