Information about plays

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

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

{
    "id": 3543471,
    "uri": "https://api.kexp.org/v2/plays/3543471/?format=api",
    "airdate": "2025-08-22T21:03:18-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/f84d47c2-837f-49a3-a84f-3fcdc7184d3e/12214357433-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f84d47c2-837f-49a3-a84f-3fcdc7184d3e/12214357433-250.jpg",
    "song": "Pas bon",
    "track_id": null,
    "recording_id": "e6dcf846-6c12-4195-afa5-c5c43aa9e73e",
    "artist": "Voilaaa feat. Fouley Badiaga",
    "artist_ids": [
        "34badc4c-97cd-434a-8aba-5d7ce8b883d8",
        "91548dee-f463-4025-9e4b-b8961d891116"
    ],
    "album": "On te l’avait dit",
    "release_id": null,
    "release_group_id": "18e4ae0e-ab90-495c-a32d-96f39c6b16ed",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://favoriterecordings.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}