Information about plays

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

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

{
    "id": 3557710,
    "uri": "https://api.kexp.org/v2/plays/3557710/?format=api",
    "airdate": "2025-09-25T21:25:45-07:00",
    "show": 64660,
    "show_uri": "https://api.kexp.org/v2/shows/64660/?format=api",
    "image_uri": "https://coverartarchive.org/release/24c7ed54-6941-441d-aaa4-d06e51fc07e2/3936294274-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24c7ed54-6941-441d-aaa4-d06e51fc07e2/3936294274-250.jpg",
    "song": "Lord Knows Best",
    "track_id": null,
    "recording_id": "fa44902b-2e5a-456d-8c7f-eb50e4376d5d",
    "artist": "Dirty Beaches",
    "artist_ids": [
        "ff9fe073-0ccc-481e-bcd5-bc26ce15897c"
    ],
    "album": "Badlands",
    "release_id": null,
    "release_group_id": "f1cbb54b-d725-4b38-b161-52bc1969a0e5",
    "labels": [
        "Zoo Music"
    ],
    "label_ids": [
        "1741d40a-d531-4062-a28b-bd24e5db5b87"
    ],
    "release_date": "2011-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}