Information about plays

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

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

{
    "id": 3546458,
    "uri": "https://api.kexp.org/v2/plays/3546458/?format=api",
    "airdate": "2025-08-29T21:34:23-07:00",
    "show": 64421,
    "show_uri": "https://api.kexp.org/v2/shows/64421/?format=api",
    "image_uri": "https://coverartarchive.org/release/0b9b15d5-21ff-4794-9110-aba0d523a3a5/22268561646-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0b9b15d5-21ff-4794-9110-aba0d523a3a5/22268561646-250.jpg",
    "song": "Number One",
    "track_id": null,
    "recording_id": "ef8ba22a-8a6d-4767-81e7-5529263fa83a",
    "artist": "Daara J",
    "artist_ids": [
        "98058d07-363a-421b-a102-21ee2303f3d3"
    ],
    "album": "Boomerang",
    "release_id": null,
    "release_group_id": "260608c3-85e3-3397-aaaa-d4700e980579",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Senegal to the world!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}