Information about plays

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

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

{
    "id": 3428314,
    "uri": "https://api.kexp.org/v2/plays/3428314/?format=api",
    "airdate": "2024-11-21T15:51:46-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/23df2316-7e0a-3fad-a7fd-9f63379e4120/1674549008-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/23df2316-7e0a-3fad-a7fd-9f63379e4120/1674549008-250.jpg",
    "song": "You Can’t Stop the Prophet",
    "track_id": null,
    "recording_id": "4a6ec487-d1d8-49ba-90ec-43d5444aebd2",
    "artist": "Jeru the Damaja",
    "artist_ids": [
        "6593c2bc-9327-4adf-a8b2-b315e4f5c0bb"
    ],
    "album": "The Sun Rises in the East",
    "release_id": null,
    "release_group_id": "4c1feb97-bc6c-32f9-8adb-bd85105fdaa0",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You Can't Stop the Prophet\" uses a sample of the drums from  Lou Donaldson's \"Ode to Billie Joe.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}