Information about plays

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

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

{
    "id": 3593366,
    "uri": "https://api.kexp.org/v2/plays/3593366/?format=api",
    "airdate": "2025-12-20T05:38:09-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d31c967-c254-495c-a6e7-5f7a68cfb81a/21530017163-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d31c967-c254-495c-a6e7-5f7a68cfb81a/21530017163-250.jpg",
    "song": "Lihue",
    "track_id": null,
    "recording_id": "6e365ec6-6b68-477f-a600-1dbf1869a1cd",
    "artist": "Nohelani Cypriano",
    "artist_ids": [
        "772ad693-6823-4694-9a9f-a16c97600ffa"
    ],
    "album": "Nohelani",
    "release_id": null,
    "release_group_id": "81693d95-c18c-4e0f-aa70-40158def7071",
    "labels": [
        "SOLID RECORDS"
    ],
    "label_ids": [
        "c3a1b565-143d-4c7d-85dc-f686d436cb45"
    ],
    "release_date": "1979-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut record from Hawaiian singer Nohelani Cypriano.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}