Information about plays

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

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

{
    "id": 3519685,
    "uri": "https://api.kexp.org/v2/plays/3519685/?format=api",
    "airdate": "2025-06-27T22:18:35-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "https://coverartarchive.org/release/663962d8-2e43-40bb-bfb9-e1b37fd1e358/40388098276-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/663962d8-2e43-40bb-bfb9-e1b37fd1e358/40388098276-250.jpg",
    "song": "Summer Drop",
    "track_id": null,
    "recording_id": "bd8c82ec-f088-4005-af50-cc54c744fabc",
    "artist": "Cordae feat. Anderson .Paak",
    "artist_ids": [
        "994a4bd6-584e-40c8-a8d7-5fdc3b6db8b2",
        "d02dd67e-f655-4600-bc47-f789f59e7367"
    ],
    "album": "The Crossroads",
    "release_id": null,
    "release_group_id": "ccce07ca-9451-46ab-a2a4-f423c5c79d90",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2024-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}