Information about plays

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

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

{
    "id": 3574184,
    "uri": "https://api.kexp.org/v2/plays/3574184/?format=api",
    "airdate": "2025-11-05T04:56:26-08:00",
    "show": 65026,
    "show_uri": "https://api.kexp.org/v2/shows/65026/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "U.N.I.T.Y.",
    "track_id": "dc790e9d-7f3f-3f36-9ddb-d0a406d27858",
    "recording_id": "432a5cf4-b127-453f-9d44-bbce7464f0c2",
    "artist": "Queen Latifah",
    "artist_ids": [
        "7a305f29-539a-456e-93b7-61b0e2ba3ef2"
    ],
    "album": "Black Reign",
    "release_id": "99fbeb85-6c72-4180-a914-27525f29578a",
    "release_group_id": "bea628ac-c2e5-35cb-9b73-f7681c74c02a",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1993-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You gotta let 'em know",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}