Information about plays

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

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

{
    "id": 3586511,
    "uri": "https://api.kexp.org/v2/plays/3586511/?format=api",
    "airdate": "2025-12-04T01:26:56-08:00",
    "show": 65283,
    "show_uri": "https://api.kexp.org/v2/shows/65283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "think about it/what u think?",
    "track_id": null,
    "recording_id": null,
    "artist": "KeiyaA",
    "artist_ids": [
        "3b0e9a8f-0bd7-4a7e-9252-090acd8b30ea"
    ],
    "album": "hooke's law",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Music from keiyaA! --- Listen to the rest of 'hooke's law' here: keiyaa.bandcamp.com --- IG: www.instagram.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}