Information about plays

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

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

{
    "id": 3538402,
    "uri": "https://api.kexp.org/v2/plays/3538402/?format=api",
    "airdate": "2025-08-10T14:11:35-07:00",
    "show": 64253,
    "show_uri": "https://api.kexp.org/v2/shows/64253/?format=api",
    "image_uri": "https://coverartarchive.org/release/9bcc6dd4-3edd-45ba-a7ab-08f67191036f/16645104299-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9bcc6dd4-3edd-45ba-a7ab-08f67191036f/16645104299-250.jpg",
    "song": "Love Is Found",
    "track_id": null,
    "recording_id": "470de343-964c-4256-93b1-fe94b6e661df",
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "The Ultimate Collection",
    "release_id": null,
    "release_group_id": "1fd557e5-433d-4f3b-af09-190786c3a410",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2011-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Christine in Oregon.\n\nThe Ultimate Collection is the second greatest hits album from Sade, released in 2011. \"Love is Found\" was a previously unreleased track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}