Information about plays

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

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

{
    "id": 3543532,
    "uri": "https://api.kexp.org/v2/plays/3543532/?format=api",
    "airdate": "2025-08-23T00:26:01-07:00",
    "show": 64359,
    "show_uri": "https://api.kexp.org/v2/shows/64359/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do It! (Again!) feat. TLC",
    "track_id": null,
    "recording_id": null,
    "artist": "KAYTRANADA",
    "artist_ids": [
        "e56aee57-d90e-40cf-a70d-beb70f6f3c69"
    ],
    "album": "AIN'T NO DAMN WAY!",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2025-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}