Information about plays

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

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

{
    "id": 3556930,
    "uri": "https://api.kexp.org/v2/plays/3556930/?format=api",
    "airdate": "2025-09-23T23:30:56-07:00",
    "show": 64645,
    "show_uri": "https://api.kexp.org/v2/shows/64645/?format=api",
    "image_uri": "https://coverartarchive.org/release/3b8a4edc-d7a4-45b3-abe0-efa0b5b0bad3/21738297069-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3b8a4edc-d7a4-45b3-abe0-efa0b5b0bad3/21738297069-250.jpg",
    "song": "Wasabi",
    "track_id": null,
    "recording_id": "ec577dd6-145e-440d-b5c0-7477578ccee9",
    "artist": "Little Mix",
    "artist_ids": [
        "38f59974-2f4d-4bfa-b2e3-d2696de1b675"
    ],
    "album": "LM5",
    "release_id": null,
    "release_group_id": "1db3aa29-cb7e-486e-bf6b-46cfe9585d88",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2018-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.little-mix.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}