Information about plays

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

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

{
    "id": 3500422,
    "uri": "https://api.kexp.org/v2/plays/3500422/?format=api",
    "airdate": "2025-05-12T13:08:45-07:00",
    "show": 63443,
    "show_uri": "https://api.kexp.org/v2/shows/63443/?format=api",
    "image_uri": "https://coverartarchive.org/release/487b4d51-2218-4cbc-9d80-a2d46c1f976f/14415994649-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/487b4d51-2218-4cbc-9d80-a2d46c1f976f/14415994649-250.jpg",
    "song": "La fiesta",
    "track_id": null,
    "recording_id": "683d98f1-8c73-4c4b-bf63-51141b6e11a6",
    "artist": "Stan Getz",
    "artist_ids": [
        "8f2422ab-0ec6-4c92-80c4-afe9622fab32"
    ],
    "album": "Captain Marvel",
    "release_id": null,
    "release_group_id": "ab9e915f-0f54-3bff-b04b-c6e5ee435c15",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Justin!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}