Information about plays

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

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

{
    "id": 3549021,
    "uri": "https://api.kexp.org/v2/plays/3549021/?format=api",
    "airdate": "2025-09-05T00:24:03-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "https://coverartarchive.org/release/de78c1e1-ced2-4582-b35b-1de675ed7a73/27059042161-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de78c1e1-ced2-4582-b35b-1de675ed7a73/27059042161-250.jpg",
    "song": "Cherish the Day",
    "track_id": null,
    "recording_id": null,
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "Cherish the Day",
    "release_id": null,
    "release_group_id": "bc261650-36c2-4228-974c-f2c2af79165f",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1993-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}