Information about plays

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

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

{
    "id": 3547026,
    "uri": "https://api.kexp.org/v2/plays/3547026/?format=api",
    "airdate": "2025-08-31T04:02:03-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/254189dc-6d02-48f1-a841-e9b665c3c908/31586043935-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/254189dc-6d02-48f1-a841-e9b665c3c908/31586043935-250.jpg",
    "song": "Sfire 1 (feat. Marcela)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sfire",
    "artist_ids": [
        "120f7796-d3a8-4bca-9fe6-e9c065f48fd0"
    ],
    "album": "Sfire001",
    "release_id": null,
    "release_group_id": "1a55e6e7-bb69-4e91-bb46-8f25ace39ccc",
    "labels": [
        "Of Unsound Mind"
    ],
    "label_ids": [
        "ed140f1c-aa1d-4437-a3a2-9e9c0084662d"
    ],
    "release_date": "2019-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi Sharlese!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}