Information about plays

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

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

{
    "id": 3548645,
    "uri": "https://api.kexp.org/v2/plays/3548645/?format=api",
    "airdate": "2025-09-04T01:11:01-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/927903c3-7182-4a1d-bee9-9d392b38b558/16487376693-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/927903c3-7182-4a1d-bee9-9d392b38b558/16487376693-250.jpg",
    "song": "Reckless (With Your Love)",
    "track_id": null,
    "recording_id": "00ee3ed0-291a-4e93-918c-850d15c263cd",
    "artist": "Azari & III",
    "artist_ids": [
        "4b238c9c-c5eb-4900-92ef-1af425356f5a"
    ],
    "album": "Azari & III",
    "release_id": null,
    "release_group_id": "4ccc79fc-4c4e-4c83-aa80-b30ea4435a31",
    "labels": [
        "Loose Lips"
    ],
    "label_ids": [
        "2a4a279c-daf9-40ea-b2ca-0203a2ba0599"
    ],
    "release_date": "2011-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}