Information about plays

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

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

{
    "id": 3580488,
    "uri": "https://api.kexp.org/v2/plays/3580488/?format=api",
    "airdate": "2025-11-20T03:17:15-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Age Pimpin'",
    "track_id": null,
    "recording_id": "c3fda13b-4b32-45d1-9eeb-17c8a4d3c2b5",
    "artist": "8Ball & MJG",
    "artist_ids": [
        "6d2865a5-2115-4c83-9146-8a6f9a654d5a"
    ],
    "album": "On Top of the World",
    "release_id": null,
    "release_group_id": "8bf155c1-f7d6-3d3a-a6bf-02ff354ab762",
    "labels": [
        "Relativity Records"
    ],
    "label_ids": [
        "2bfb17b6-95da-44f8-9cd2-9cc661083901"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}