Information about plays

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

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

{
    "id": 3597578,
    "uri": "https://api.kexp.org/v2/plays/3597578/?format=api",
    "airdate": "2025-12-29T10:38:12-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give It to Me Baby",
    "track_id": null,
    "recording_id": "1378176f-3b86-479b-967c-199fa37390a0",
    "artist": "Rick James",
    "artist_ids": [
        "cba9cec2-be8d-41bd-91b4-a1cd7de39b0c"
    ],
    "album": "Motown In Motion",
    "release_id": null,
    "release_group_id": "00e6a6f6-5237-467e-8e04-7d38e4caa2bd",
    "labels": [],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Im Rick James *^$%#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}