Information about plays

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

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

{
    "id": 3548010,
    "uri": "https://api.kexp.org/v2/plays/3548010/?format=api",
    "airdate": "2025-09-02T13:56:56-07:00",
    "show": 64455,
    "show_uri": "https://api.kexp.org/v2/shows/64455/?format=api",
    "image_uri": "https://coverartarchive.org/release/529b3fb7-8a39-45ed-8812-d7d9b26c7864/11249842997-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/529b3fb7-8a39-45ed-8812-d7d9b26c7864/11249842997-250.jpg",
    "song": "Rare Happiness",
    "track_id": null,
    "recording_id": "8af139fe-1b87-41f9-845e-6614a64af007",
    "artist": "Hunee",
    "artist_ids": [
        "feb974b4-031d-4f20-b072-91f506d6c6dd"
    ],
    "album": "Hunch Music",
    "release_id": null,
    "release_group_id": "4b24447c-125c-42c6-bd4d-8d44f719c282",
    "labels": [
        "Rush Hour Recordings"
    ],
    "label_ids": [
        "91786112-cd17-4f8e-977d-9c07bf734291"
    ],
    "release_date": "2015-07-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}