Information about plays

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

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

{
    "id": 3583905,
    "uri": "https://api.kexp.org/v2/plays/3583905/?format=api",
    "airdate": "2025-11-28T03:15:11-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bologna Sandwich",
    "track_id": "0ddc5110-2b19-4e03-af61-fffbebc3b58f",
    "recording_id": "e5dd7265-5884-4b5a-8da3-007b3ea2113b",
    "artist": "Mericans",
    "artist_ids": [
        "9b5d6aad-2973-454d-aca5-500d407f4995"
    ],
    "album": "You'll Get Nothing and Like It",
    "release_id": "2718bd5a-4e69-4c0e-a257-607397887787",
    "release_group_id": "f5922206-7b7a-4053-afd4-ab0b92a6dacb",
    "labels": [
        "Pentapus Records"
    ],
    "label_ids": [
        "9f886a82-b466-46a1-b769-29538dadf162"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}