Information about plays

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

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

{
    "id": 3546069,
    "uri": "https://api.kexp.org/v2/plays/3546069/?format=api",
    "airdate": "2025-08-28T23:54:00-07:00",
    "show": 64414,
    "show_uri": "https://api.kexp.org/v2/shows/64414/?format=api",
    "image_uri": "https://coverartarchive.org/release/8378cc27-1a2c-490f-82a6-2821500f08e4/38357119123-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8378cc27-1a2c-490f-82a6-2821500f08e4/38357119123-250.jpg",
    "song": "Strangers",
    "track_id": null,
    "recording_id": "d41e7f0b-ab24-4212-9b81-02f6e876d6d2",
    "artist": "Kenya Grace",
    "artist_ids": [
        "94c4459d-4c35-4bc6-8bca-c75107515c1c"
    ],
    "album": "The After Taste",
    "release_id": null,
    "release_group_id": "3473c8fc-0c9a-43bd-91d4-6818ad0fe2c4",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request for Oliver!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}