Information about plays

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

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

{
    "id": 3579679,
    "uri": "https://api.kexp.org/v2/plays/3579679/?format=api",
    "airdate": "2025-11-18T04:14:18-08:00",
    "show": 65142,
    "show_uri": "https://api.kexp.org/v2/shows/65142/?format=api",
    "image_uri": "https://coverartarchive.org/release/e57a76d5-b19e-4058-aa61-8df844341346/5504474187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e57a76d5-b19e-4058-aa61-8df844341346/5504474187-250.jpg",
    "song": "Travellin' Underground",
    "track_id": null,
    "recording_id": "86a9c994-becf-4563-bad8-88d3c736a8ad",
    "artist": "Max Tannone",
    "artist_ids": [
        "455a2d19-2e7a-478a-b5c6-d45ab2935ba6"
    ],
    "album": "Mos Dub",
    "release_id": null,
    "release_group_id": "390b6def-1c5a-41b0-9b41-22466f8ebb5f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Honda x Mos Def - \"Travellin' Man\" + The Upsetters - \"Underground\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}