Information about plays

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

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

{
    "id": 3421905,
    "uri": "https://api.kexp.org/v2/plays/3421905/?format=api",
    "airdate": "2024-11-06T00:20:03-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://coverartarchive.org/release/329f0d1a-fc96-444f-a128-89b37730afed/14852910327-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/329f0d1a-fc96-444f-a128-89b37730afed/14852910327-250.jpg",
    "song": "So Good",
    "track_id": null,
    "recording_id": "893b143b-0fda-41b6-a3b3-4814780986e7",
    "artist": "Natural Calamity",
    "artist_ids": [
        "46c9dbaf-3855-47f1-bf0a-6fbfb5b4ccc0"
    ],
    "album": "Peach Head",
    "release_id": null,
    "release_group_id": "3d8fbe82-f2eb-3028-b8d3-1d1dddf2a2bb",
    "labels": [
        "Ideal Records"
    ],
    "label_ids": [
        "ea7be770-2674-489b-9e28-7a24f42eb301"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lesser known trip hop record from Japan. Stephanie Heasley on vocals. https://www.discogs.com/Natural-Calamity-Peach-Head/master/321036",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}