Information about plays

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

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

{
    "id": 3549408,
    "uri": "https://api.kexp.org/v2/plays/3549408/?format=api",
    "airdate": "2025-09-05T23:19:55-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c2f9892-f31e-46b5-bff2-d2c154b8d7b3/21220646197-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c2f9892-f31e-46b5-bff2-d2c154b8d7b3/21220646197-250.jpg",
    "song": "Boom",
    "track_id": null,
    "recording_id": "97acb4df-f0b0-4e28-ac90-74e066e9b4ab",
    "artist": "Georgia Anne Muldrow",
    "artist_ids": [
        "caf1cb4b-5bd0-4b4c-aecf-53de52cd18d1"
    ],
    "album": "Olesi: Fragments of an Earth",
    "release_id": null,
    "release_group_id": "adc426ae-22ed-3c2b-a1ab-065aa942cf40",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2006-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}