Information about plays

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

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

{
    "id": 3550169,
    "uri": "https://api.kexp.org/v2/plays/3550169/?format=api",
    "airdate": "2025-09-07T20:07:16-07:00",
    "show": 64502,
    "show_uri": "https://api.kexp.org/v2/shows/64502/?format=api",
    "image_uri": "https://coverartarchive.org/release/98125d6a-dcf3-49a5-8e58-6f38df36ca95/34494789401-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98125d6a-dcf3-49a5-8e58-6f38df36ca95/34494789401-250.jpg",
    "song": "My Chance to Dance",
    "track_id": null,
    "recording_id": "e61aa3cf-f105-4036-b852-62e50c56c430",
    "artist": "Mahogany",
    "artist_ids": [
        "50d72665-c89b-4f7a-a638-0e16c8537836"
    ],
    "album": "The Soul of Disco",
    "release_id": null,
    "release_group_id": "9a9b256f-db9f-4468-a77f-3f53d99440b6",
    "labels": [
        "Mahogany Records"
    ],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Detroit-based soul funk band Mahogany originally released \"My Chance To Dance\" in 1980, but you can find the track on the 2005 compilation The Soul of Disco by Joey Negro & Sean P.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}